#256E07

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

Shades of Bilbao #256E07

Tints of Bilbao #256E07

Color information

#256E07 (or 0x256E07) is unknown color: approx Bilbao. HEX triplet: 25, 6E and 07. RGB value is (37,110,7). Sum of RGB (Red+Green+Blue) = 37+110+7=154 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.03% from 154); Green value is 110 (43.36% from 255 or 71.43% from 154); Blue value is 7 (3.12% from 255 or 4.55% from 154); Max value from RGB is 110 - color contains mainly: green. Hex color #256E07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #256E07 is #DA91F8. Grayscale: #4C4C4C. Windows color (decimal): -14324217 or 486949. OLE color: 486949.

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

Color convert

RGB371107-
CMYK0.6600.940.57
HSL102.52º88.03%22.94%-
HSV(B)102.52º93.64%43.14%-
XYZ6.3811.562.1-
YUV76.4388.8299.88-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.03%
GREEN value IS 110 (43.36% from 255) = 71.43%
BLUE value IS 7 (3.12% from 255) = 4.55%
R=24.03%
G=71.43%
B=4.55%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal3711070.6600.940.57102.5288.0322.94
Hex256E74205E39675817
Octal45156710201367114713027
Binary10010111011101111000010010111101110011100111101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256E07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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