#256805

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

Shades of Bilbao #256805

Tints of Bilbao #256805

Color information

#256805 (or 0x256805) is unknown color: approx Bilbao. HEX triplet: 25, 68 and 05. RGB value is (37,104,5). Sum of RGB (Red+Green+Blue) = 37+104+5=146 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.34% from 146); Green value is 104 (41.02% from 255 or 71.23% from 146); Blue value is 5 (2.34% from 255 or 3.42% from 146); Max value from RGB is 104 - color contains mainly: green. Hex color #256805 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #256805 is #DA97FA. Grayscale: #494949. Windows color (decimal): -14325755 or 354341. OLE color: 354341.

HSL color Cylindrical-coordinate representation of color #256805: hue angle of 100.61º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #256805 is Cyan = 0.64, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.59.

Color convert

RGB371045-
CMYK0.6400.950.59
HSL100.61º90.83%21.37%-
HSV(B)100.61º95.19%40.78%-
XYZ5.7410.31.83-
YUV72.6889.8102.55-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 25.34%
GREEN value IS 104 (41.02% from 255) = 71.23%
BLUE value IS 5 (2.34% from 255) = 3.42%
R=25.34%
G=71.23%
B=3.42%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal3710450.6400.950.59100.6190.8321.37
Hex256854005F3B655b15
Octal45150510001377314513325
Binary10010111010001011000000010111111110111100101101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256805; }

 p { color: rgb(37,104,5); }

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

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

 a { background-color: rgb(37,104,5); }

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

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

 span { border-color: rgb(37,104,5); }

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