#42712D

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

Shades of Bilbao #42712D

Tints of Bilbao #42712D

Color information

#42712D (or 0x42712D) is unknown color: approx Bilbao. HEX triplet: 42, 71 and 2D. RGB value is (66,113,45). Sum of RGB (Red+Green+Blue) = 66+113+45=224 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.46% from 224); Green value is 113 (44.53% from 255 or 50.45% from 224); Blue value is 45 (17.97% from 255 or 20.09% from 224); Max value from RGB is 113 - color contains mainly: green. Hex color #42712D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42712D is #BD8ED2. Grayscale: #5B5B5B. Windows color (decimal): -12422867 or 2978114. OLE color: 2978114.

HSL color Cylindrical-coordinate representation of color #42712D: hue angle of 101.47º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #42712D is Cyan = 0.42, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.56.

Color convert

RGB6611345-
CMYK0.4200.600.56
HSL101.47º43.04%30.98%-
HSV(B)101.47º60.18%44.31%-
XYZ8.6313.164.57-
YUV91.2101.93110.03-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.46%
GREEN value IS 113 (44.53% from 255) = 50.45%
BLUE value IS 45 (17.97% from 255) = 20.09%
R=29.46%
G=50.45%
B=20.09%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal66113450.4200.600.56101.4743.0430.98
Hex42712D2A03C38652b1f
Octal1021615552074701455337
Binary100001011100011011011010100111100111000110010110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42712D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,113,45); }

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

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

 a { background-color: rgb(66,113,45); }

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

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

 span { border-color: rgb(66,113,45); }

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