#256A09

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

Shades of Bilbao #256A09

Tints of Bilbao #256A09

Color information

#256A09 (or 0x256A09) is unknown color: approx Bilbao. HEX triplet: 25, 6A and 09. RGB value is (37,106,9). Sum of RGB (Red+Green+Blue) = 37+106+9=152 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.34% from 152); Green value is 106 (41.80% from 255 or 69.74% from 152); Blue value is 9 (3.91% from 255 or 5.92% from 152); Max value from RGB is 106 - color contains mainly: green. Hex color #256A09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #256A09 is #DA95F6. Grayscale: #4A4A4A. Windows color (decimal): -14325239 or 616997. OLE color: 616997.

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

Color convert

RGB371069-
CMYK0.6500.920.58
HSL102.68º84.35%22.55%-
HSV(B)102.68º91.51%41.57%-
XYZ5.9710.722.01-
YUV74.3191.14101.39-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.34%
GREEN value IS 106 (41.80% from 255) = 69.74%
BLUE value IS 9 (3.91% from 255) = 5.92%
R=24.34%
G=69.74%
B=5.92%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal3710690.6500.920.58102.6884.3522.55
Hex256A94105C3A675417
Octal451521110101347214712427
Binary100101110101010011000001010111001110101100111101010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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