#256D05

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

Shades of Bilbao #256D05

Tints of Bilbao #256D05

Color information

#256D05 (or 0x256D05) is unknown color: approx Bilbao. HEX triplet: 25, 6D and 05. RGB value is (37,109,5). Sum of RGB (Red+Green+Blue) = 37+109+5=151 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.50% from 151); Green value is 109 (42.97% from 255 or 72.19% from 151); Blue value is 5 (2.34% from 255 or 3.31% from 151); Max value from RGB is 109 - color contains mainly: green. Hex color #256D05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #256D05 is #DA92FA. Grayscale: #4B4B4B. Windows color (decimal): -14324475 or 355621. OLE color: 355621.

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

Color convert

RGB371095-
CMYK0.6600.950.57
HSL101.54º91.23%22.35%-
HSV(B)101.54º95.41%42.75%-
XYZ6.2611.342-
YUV75.6288.15100.46-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.50%
GREEN value IS 109 (42.97% from 255) = 72.19%
BLUE value IS 5 (2.34% from 255) = 3.31%
R=24.50%
G=72.19%
B=3.31%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal3710950.6600.950.57101.5491.2322.35
Hex256D54205F39665b16
Octal45155510201377114613326
Binary10010111011011011000010010111111110011100110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256D05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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