#42731D

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

Shades of Bilbao #42731D

Tints of Bilbao #42731D

Color information

#42731D (or 0x42731D) is unknown color: approx Bilbao. HEX triplet: 42, 73 and 1D. RGB value is (66,115,29). Sum of RGB (Red+Green+Blue) = 66+115+29=210 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.43% from 210); Green value is 115 (45.31% from 255 or 54.76% from 210); Blue value is 29 (11.72% from 255 or 13.81% from 210); Max value from RGB is 115 - color contains mainly: green. Hex color #42731D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42731D is #BD8CE2. Grayscale: #5A5A5A. Windows color (decimal): -12422371 or 1930050. OLE color: 1930050.

HSL color Cylindrical-coordinate representation of color #42731D: hue angle of 94.19º degrees, saturation: 0.6, 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 #42731D is Cyan = 0.43, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB6611529-
CMYK0.4300.750.55
HSL94.19º59.72%28.24%-
HSV(B)94.19º74.78%45.1%-
XYZ8.613.513.32-
YUV90.5493.27110.49-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.43%
GREEN value IS 115 (45.31% from 255) = 54.76%
BLUE value IS 29 (11.72% from 255) = 13.81%
R=31.43%
G=54.76%
B=13.81%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal66115290.4300.750.5594.1959.7228.24
Hex42731D2B04B375e3c1c
Octal10216335530113671367434
Binary100001011100111110110101101001011110111101111011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42731D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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