#256E10

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

Shades of Bilbao #256E10

Tints of Bilbao #256E10

Color information

#256E10 (or 0x256E10) is unknown color: approx Bilbao. HEX triplet: 25, 6E and 10. RGB value is (37,110,16). Sum of RGB (Red+Green+Blue) = 37+110+16=163 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.70% from 163); Green value is 110 (43.36% from 255 or 67.48% from 163); Blue value is 16 (6.64% from 255 or 9.82% from 163); Max value from RGB is 110 - color contains mainly: green. Hex color #256E10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #256E10 is #DA91EF. Grayscale: #4D4D4D. Windows color (decimal): -14324208 or 1076773. OLE color: 1076773.

HSL color Cylindrical-coordinate representation of color #256E10: hue angle of 106.6º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #256E10 is Cyan = 0.66, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.57.

Color convert

RGB3711016-
CMYK0.6600.850.57
HSL106.6º74.6%24.71%-
HSV(B)106.6º85.45%43.14%-
XYZ6.4311.582.39-
YUV77.4693.3299.14-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.70%
GREEN value IS 110 (43.36% from 255) = 67.48%
BLUE value IS 16 (6.64% from 255) = 9.82%
R=22.70%
G=67.48%
B=9.82%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal37110160.6600.850.57106.674.624.71
Hex256E1042055396b4b19
Octal451562010201257115311331
Binary1001011101110100001000010010101011110011101011100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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