#256C00

Color #256C00 Bilbao (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bilbao #256C00

Tints of Bilbao #256C00

Color information

#256C00 (or 0x256C00) is unknown color: approx Bilbao. HEX triplet: 25, 6C and 00. RGB value is (37,108,0). Sum of RGB (Red+Green+Blue) = 37+108+0=145 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.52% from 145); Green value is 108 (42.58% from 255 or 74.48% from 145); Blue value is 0 (0.39% from 255 or 0% from 145); Max value from RGB is 108 - color contains mainly: green. Hex color #256C00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #256C00 is #DA93FF. Grayscale: #4A4A4A. Windows color (decimal): -14324736 or 27685. OLE color: 27685.

HSL color Cylindrical-coordinate representation of color #256C00: hue angle of 99.44º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #256C00 is Cyan = 0.66, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.58.

Color convert

RGB371080-
CMYK0.66010.58
HSL99.44º100%21.18%-
HSV(B)99.44º100%42.35%-
XYZ6.1311.121.82-
YUV74.4685.98101.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 37 (14.84% from 255) = 25.52%
GREEN value IS 108 (42.58% from 255) = 74.48%
BLUE value IS 0 (0.39% from 255) = 0%
R=25.52%
G=74.48%
B=0%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal3710800.66010.5899.4410021.18
Hex256C0420643A636415
Octal45154010201447214314425
Binary100101110110001000010011001001110101100011110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256C00; }

 p { color: rgb(37,108,0); }

 H1.HeaderClassName
 {
   color: #256C00;
 }
 .AnyTagClassName
 {
   color: #256C00;
 }
</style>
background-color css

<style>
 a { background-color: #256C00; }

 a { background-color: rgb(37,108,0); }

 div.DivClassName
 {
   background-color: #256C00;
 }
 .BgClassName
 {
   background-color: #256C00;
 }
</style>
border-color css

<style>
 span { border-color: #256C00; }

 span { border-color: rgb(37,108,0); }

 td.TdClassName
 {
   border-color: #256C00;
 }
 .TagClassName
 {
   border-color: #256C00;
 }
</style>