#256A04

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

Shades of Bilbao #256A04

Tints of Bilbao #256A04

Color information

#256A04 (or 0x256A04) is unknown color: approx Bilbao. HEX triplet: 25, 6A and 04. RGB value is (37,106,4). Sum of RGB (Red+Green+Blue) = 37+106+4=147 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.17% from 147); Green value is 106 (41.80% from 255 or 72.11% from 147); Blue value is 4 (1.95% from 255 or 2.72% from 147); Max value from RGB is 106 - color contains mainly: green. Hex color #256A04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #256A04 is #DA95FB. Grayscale: #4A4A4A. Windows color (decimal): -14325244 or 289317. OLE color: 289317.

HSL color Cylindrical-coordinate representation of color #256A04: hue angle of 100.59º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #256A04 is Cyan = 0.65, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.58.

Color convert

RGB371064-
CMYK0.6500.960.58
HSL100.59º92.73%21.57%-
HSV(B)100.59º96.23%41.57%-
XYZ5.9410.711.87-
YUV73.7488.64101.79-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 25.17%
GREEN value IS 106 (41.80% from 255) = 72.11%
BLUE value IS 4 (1.95% from 255) = 2.72%
R=25.17%
G=72.11%
B=2.72%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal3710640.6500.960.58100.5992.7321.57
Hex256A4410603A655d16
Octal45152410101407214513526
Binary10010111010101001000001011000001110101100101101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,106,4); }

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

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

 a { background-color: rgb(37,106,4); }

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

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

 span { border-color: rgb(37,106,4); }

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