#42721b

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

Shades of Bilbao #42721B

Tints of Bilbao #42721B

Color information

#42721B (or 0x42721B) is unknown color: approx Bilbao. HEX triplet: 42, 72 and 1B. RGB value is (66,114,27). Sum of RGB (Red+Green+Blue) = 66+114+27=207 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.88% from 207); Green value is 114 (44.92% from 255 or 55.07% from 207); Blue value is 27 (10.94% from 255 or 13.04% from 207); Max value from RGB is 114 - color contains mainly: green. Hex color #42721B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42721B is #BD8DE4. Grayscale: #5A5A5A. Windows color (decimal): -12422629 or 1798722. OLE color: 1798722.

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

Color convert

RGB6611427-
CMYK0.4200.760.55
HSL93.1º61.7%27.65%-
HSV(B)93.1º76.32%44.71%-
XYZ8.4613.273.15-
YUV89.7392.6111.07-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.88%
GREEN value IS 114 (44.92% from 255) = 55.07%
BLUE value IS 27 (10.94% from 255) = 13.04%
R=31.88%
G=55.07%
B=13.04%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal66114270.4200.760.5593.161.727.65
Hex42721B2A04C375d3e1c
Octal10216233520114671357634
Binary100001011100101101110101001001100110111101110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42721b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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