#42731E

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

Shades of Bilbao #42731E

Tints of Bilbao #42731E

Color information

#42731E (or 0x42731E) is unknown color: approx Bilbao. HEX triplet: 42, 73 and 1E. RGB value is (66,115,30). Sum of RGB (Red+Green+Blue) = 66+115+30=211 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.28% from 211); Green value is 115 (45.31% from 255 or 54.50% from 211); Blue value is 30 (12.11% from 255 or 14.22% from 211); Max value from RGB is 115 - color contains mainly: green. Hex color #42731E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42731E is #BD8CE1. Grayscale: #5A5A5A. Windows color (decimal): -12422370 or 1995586. OLE color: 1995586.

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

Color convert

RGB6611530-
CMYK0.4300.740.55
HSL94.59º58.62%28.43%-
HSV(B)94.59º73.91%45.1%-
XYZ8.6113.513.38-
YUV90.6693.77110.41-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.28%
GREEN value IS 115 (45.31% from 255) = 54.50%
BLUE value IS 30 (12.11% from 255) = 14.22%
R=31.28%
G=54.50%
B=14.22%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal66115300.4300.740.5594.5958.6228.43
Hex42731E2B04A375f3b1c
Octal10216336530112671377334
Binary100001011100111111010101101001010110111101111111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42731E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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