#256E0D

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

Shades of Bilbao #256E0D

Tints of Bilbao #256E0D

Color information

#256E0D (or 0x256E0D) is unknown color: approx Bilbao. HEX triplet: 25, 6E and 0D. RGB value is (37,110,13). Sum of RGB (Red+Green+Blue) = 37+110+13=160 (21% of max value = 765). Red value is 37 (14.84% from 255 or 23.12% from 160); Green value is 110 (43.36% from 255 or 68.75% from 160); Blue value is 13 (5.47% from 255 or 8.12% from 160); Max value from RGB is 110 - color contains mainly: green. Hex color #256E0D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #256E0D is #DA91F2. Grayscale: #4D4D4D. Windows color (decimal): -14324211 or 880165. OLE color: 880165.

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

Color convert

RGB3711013-
CMYK0.6600.880.57
HSL105.15º78.86%24.12%-
HSV(B)105.15º88.18%43.14%-
XYZ6.4111.572.28-
YUV77.1191.8299.39-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.12%
GREEN value IS 110 (43.36% from 255) = 68.75%
BLUE value IS 13 (5.47% from 255) = 8.12%
R=23.12%
G=68.75%
B=8.12%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal37110130.6600.880.57105.1578.8624.12
Hex256ED4205839694f18
Octal451561510201307115111730
Binary100101110111011011000010010110001110011101001100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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