#42721A

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

Shades of Bilbao #42721A

Tints of Bilbao #42721A

Color information

#42721A (or 0x42721A) is unknown color: approx Bilbao. HEX triplet: 42, 72 and 1A. RGB value is (66,114,26). Sum of RGB (Red+Green+Blue) = 66+114+26=206 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.04% from 206); Green value is 114 (44.92% from 255 or 55.34% from 206); Blue value is 26 (10.55% from 255 or 12.62% from 206); Max value from RGB is 114 - color contains mainly: green. Hex color #42721A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42721A is #BD8DE5. Grayscale: #595959. Windows color (decimal): -12422630 or 1733186. OLE color: 1733186.

HSL color Cylindrical-coordinate representation of color #42721A: hue angle of 92.73º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #42721A is Cyan = 0.42, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB6611426-
CMYK0.4200.770.55
HSL92.73º62.86%27.45%-
HSV(B)92.73º77.19%44.71%-
XYZ8.4513.273.09-
YUV89.6292.1111.16-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.04%
GREEN value IS 114 (44.92% from 255) = 55.34%
BLUE value IS 26 (10.55% from 255) = 12.62%
R=32.04%
G=55.34%
B=12.62%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal66114260.4200.770.5592.7362.8627.45
Hex42721A2A04D375d3f1b
Octal10216232520115671357733
Binary100001011100101101010101001001101110111101110111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42721A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42721A; }

 p { color: rgb(66,114,26); }

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

<style>
 a { background-color: #42721A; }

 a { background-color: rgb(66,114,26); }

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

<style>
 span { border-color: #42721A; }

 span { border-color: rgb(66,114,26); }

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