#256910

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

Shades of Bilbao #256910

Tints of Bilbao #256910

Color information

#256910 (or 0x256910) is unknown color: approx Bilbao. HEX triplet: 25, 69 and 10. RGB value is (37,105,16). Sum of RGB (Red+Green+Blue) = 37+105+16=158 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.42% from 158); Green value is 105 (41.41% from 255 or 66.46% from 158); Blue value is 16 (6.64% from 255 or 10.13% from 158); Max value from RGB is 105 - color contains mainly: green. Hex color #256910 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #256910 is #DA96EF. Grayscale: #4A4A4A. Windows color (decimal): -14325488 or 1075493. OLE color: 1075493.

HSL color Cylindrical-coordinate representation of color #256910: hue angle of 105.84º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #256910 is Cyan = 0.65, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.59.

Color convert

RGB3710516-
CMYK0.6500.850.59
HSL105.84º73.55%23.73%-
HSV(B)105.84º84.76%41.18%-
XYZ5.9110.532.21-
YUV74.5294.97101.24-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.42%
GREEN value IS 105 (41.41% from 255) = 66.46%
BLUE value IS 16 (6.64% from 255) = 10.13%
R=23.42%
G=66.46%
B=10.13%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal37105160.6500.850.59105.8473.5523.73
Hex256910410553B6a4a18
Octal451512010101257315211230
Binary1001011101001100001000001010101011110111101010100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256910; }

 p { color: rgb(37,105,16); }

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

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

 a { background-color: rgb(37,105,16); }

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

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

 span { border-color: rgb(37,105,16); }

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