#34652F

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

Shades of Green House #34652F

Tints of Green House #34652F

Color information

#34652F (or 0x34652F) is unknown color: approx Green House. HEX triplet: 34, 65 and 2F. RGB value is (52,101,47). Sum of RGB (Red+Green+Blue) = 52+101+47=200 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26% from 200); Green value is 101 (39.84% from 255 or 50.5% from 200); Blue value is 47 (18.75% from 255 or 23.5% from 200); Max value from RGB is 101 - color contains mainly: green. Hex color #34652F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34652F is #CB9AD0. Grayscale: #505050. Windows color (decimal): -13343441 or 3106100. OLE color: 3106100.

HSL color Cylindrical-coordinate representation of color #34652F: hue angle of 114.44º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #34652F is Cyan = 0.49, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.60.

Color convert

RGB5210147-
CMYK0.4900.530.60
HSL114.44º36.49%29.02%-
HSV(B)114.44º53.47%39.61%-
XYZ6.5810.244.32-
YUV80.19109.27107.89-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26%
GREEN value IS 101 (39.84% from 255) = 50.5%
BLUE value IS 47 (18.75% from 255) = 23.5%
R=26%
G=50.5%
B=23.5%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal52101470.4900.530.60114.4436.4929.02
Hex34652F310353C72241d
Octal641455761065741624435
Binary11010011001011011111100010110101111100111001010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34652F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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