#42712E

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

Shades of Green House #42712E

Tints of Green House #42712E

Color information

#42712E (or 0x42712E) is unknown color: approx Green House. HEX triplet: 42, 71 and 2E. RGB value is (66,113,46). Sum of RGB (Red+Green+Blue) = 66+113+46=225 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.33% from 225); Green value is 113 (44.53% from 255 or 50.22% from 225); Blue value is 46 (18.36% from 255 or 20.44% from 225); Max value from RGB is 113 - color contains mainly: green. Hex color #42712E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42712E is #BD8ED1. Grayscale: #5B5B5B. Windows color (decimal): -12422866 or 3043650. OLE color: 3043650.

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

Color convert

RGB6611346-
CMYK0.4200.590.56
HSL102.09º42.14%31.18%-
HSV(B)102.09º59.29%44.31%-
XYZ8.6513.174.67-
YUV91.31102.43109.95-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.33%
GREEN value IS 113 (44.53% from 255) = 50.22%
BLUE value IS 46 (18.36% from 255) = 20.44%
R=29.33%
G=50.22%
B=20.44%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal66113460.4200.590.56102.0942.1431.18
Hex42712E2A03B38662a1f
Octal1021615652073701465237
Binary100001011100011011101010100111011111000110011010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42712E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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