#42731B

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

Shades of Bilbao #42731B

Tints of Bilbao #42731B

Color information

#42731B (or 0x42731B) is unknown color: approx Bilbao. HEX triplet: 42, 73 and 1B. RGB value is (66,115,27). Sum of RGB (Red+Green+Blue) = 66+115+27=208 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.73% from 208); Green value is 115 (45.31% from 255 or 55.29% from 208); Blue value is 27 (10.94% from 255 or 12.98% from 208); Max value from RGB is 115 - color contains mainly: green. Hex color #42731B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42731B is #BD8CE4. Grayscale: #5A5A5A. Windows color (decimal): -12422373 or 1798978. OLE color: 1798978.

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

Color convert

RGB6611527-
CMYK0.4300.770.55
HSL93.41º61.97%27.84%-
HSV(B)93.41º76.52%45.1%-
XYZ8.5813.53.19-
YUV90.3292.27110.66-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.73%
GREEN value IS 115 (45.31% from 255) = 55.29%
BLUE value IS 27 (10.94% from 255) = 12.98%
R=31.73%
G=55.29%
B=12.98%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal66115270.4300.770.5593.4161.9727.84
Hex42731B2B04D375d3e1c
Octal10216333530115671357634
Binary100001011100111101110101101001101110111101110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42731B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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