#256A06

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

Shades of Bilbao #256A06

Tints of Bilbao #256A06

Color information

#256A06 (or 0x256A06) is unknown color: approx Bilbao. HEX triplet: 25, 6A and 06. RGB value is (37,106,6). Sum of RGB (Red+Green+Blue) = 37+106+6=149 (19% of max value = 765). Red value is 37 (14.84% from 255 or 24.83% from 149); Green value is 106 (41.80% from 255 or 71.14% from 149); Blue value is 6 (2.73% from 255 or 4.03% from 149); Max value from RGB is 106 - color contains mainly: green. Hex color #256A06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #256A06 is #DA95F9. Grayscale: #4A4A4A. Windows color (decimal): -14325242 or 420389. OLE color: 420389.

HSL color Cylindrical-coordinate representation of color #256A06: hue angle of 101.4º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #256A06 is Cyan = 0.65, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.58.

Color convert

RGB371066-
CMYK0.6500.940.58
HSL101.4º89.29%21.96%-
HSV(B)101.4º94.34%41.57%-
XYZ5.9510.711.93-
YUV73.9789.64101.63-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.83%
GREEN value IS 106 (41.80% from 255) = 71.14%
BLUE value IS 6 (2.73% from 255) = 4.03%
R=24.83%
G=71.14%
B=4.03%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal3710660.6500.940.58101.489.2921.96
Hex256A64105E3A655916
Octal45152610101367214513126
Binary10010111010101101000001010111101110101100101101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,106,6); }

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

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

 a { background-color: rgb(37,106,6); }

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

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

 span { border-color: rgb(37,106,6); }

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