#256D0E

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

Shades of Bilbao #256D0E

Tints of Bilbao #256D0E

Color information

#256D0E (or 0x256D0E) is unknown color: approx Bilbao. HEX triplet: 25, 6D and 0E. RGB value is (37,109,14). Sum of RGB (Red+Green+Blue) = 37+109+14=160 (21% of max value = 765). Red value is 37 (14.84% from 255 or 23.12% from 160); Green value is 109 (42.97% from 255 or 68.12% from 160); Blue value is 14 (5.86% from 255 or 8.75% from 160); Max value from RGB is 109 - color contains mainly: green. Hex color #256D0E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #256D0E is #DA92F1. Grayscale: #4C4C4C. Windows color (decimal): -14324466 or 945445. OLE color: 945445.

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

Color convert

RGB3710914-
CMYK0.6600.870.57
HSL105.47º77.24%24.12%-
HSV(B)105.47º87.16%42.75%-
XYZ6.3111.362.28-
YUV76.6492.6599.72-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.12%
GREEN value IS 109 (42.97% from 255) = 68.12%
BLUE value IS 14 (5.86% from 255) = 8.75%
R=23.12%
G=68.12%
B=8.75%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal37109140.6600.870.57105.4777.2424.12
Hex256DE4205739694d18
Octal451551610201277115111530
Binary100101110110111101000010010101111110011101001100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256D0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,109,14); }

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

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

 a { background-color: rgb(37,109,14); }

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

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

 span { border-color: rgb(37,109,14); }

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