#42721D

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

Shades of Bilbao #42721D

Tints of Bilbao #42721D

Color information

#42721D (or 0x42721D) is unknown color: approx Bilbao. HEX triplet: 42, 72 and 1D. RGB value is (66,114,29). Sum of RGB (Red+Green+Blue) = 66+114+29=209 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.58% from 209); Green value is 114 (44.92% from 255 or 54.55% from 209); Blue value is 29 (11.72% from 255 or 13.88% from 209); Max value from RGB is 114 - color contains mainly: green. Hex color #42721D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42721D is #BD8DE2. Grayscale: #5A5A5A. Windows color (decimal): -12422627 or 1929794. OLE color: 1929794.

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

Color convert

RGB6611429-
CMYK0.4200.750.55
HSL93.88º59.44%28.04%-
HSV(B)93.88º74.56%44.71%-
XYZ8.4913.283.28-
YUV89.9693.6110.91-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.58%
GREEN value IS 114 (44.92% from 255) = 54.55%
BLUE value IS 29 (11.72% from 255) = 13.88%
R=31.58%
G=54.55%
B=13.88%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal66114290.4200.750.5593.8859.4428.04
Hex42721D2A04B375e3b1c
Octal10216235520113671367334
Binary100001011100101110110101001001011110111101111011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42721D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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