#34572F

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

Shades of Green House #34572F

Tints of Green House #34572F

Color information

#34572F (or 0x34572F) is unknown color: approx Green House. HEX triplet: 34, 57 and 2F. RGB value is (52,87,47). Sum of RGB (Red+Green+Blue) = 52+87+47=186 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.96% from 186); Green value is 87 (34.38% from 255 or 46.77% from 186); Blue value is 47 (18.75% from 255 or 25.27% from 186); Max value from RGB is 87 - color contains mainly: green. Hex color #34572F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34572F is #CBA8D0. Grayscale: #484848. Windows color (decimal): -13347025 or 3102516. OLE color: 3102516.

HSL color Cylindrical-coordinate representation of color #34572F: hue angle of 112.5º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #34572F is Cyan = 0.40, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.66.

Color convert

RGB528747-
CMYK0.4000.460.66
HSL112.5º29.85%26.27%-
HSV(B)112.5º45.98%34.12%-
XYZ5.347.753.9-
YUV71.97113.9113.75-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.96%
GREEN value IS 87 (34.38% from 255) = 46.77%
BLUE value IS 47 (18.75% from 255) = 25.27%
R=27.96%
G=46.77%
B=25.27%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5287470.4000.460.66112.529.8526.27
Hex34572F2802E42701e1a
Octal6412757500561021603632
Binary11010010101111011111010000101110100001011100001111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34572F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34572F; }

 p { color: rgb(52,87,47); }

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

<style>
 a { background-color: #34572F; }

 a { background-color: rgb(52,87,47); }

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

<style>
 span { border-color: #34572F; }

 span { border-color: rgb(52,87,47); }

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