#34662D

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

Shades of Green House #34662D

Tints of Green House #34662D

Color information

#34662D (or 0x34662D) is unknown color: approx Green House. HEX triplet: 34, 66 and 2D. RGB value is (52,102,45). Sum of RGB (Red+Green+Blue) = 52+102+45=199 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.13% from 199); Green value is 102 (40.23% from 255 or 51.26% from 199); Blue value is 45 (17.97% from 255 or 22.61% from 199); Max value from RGB is 102 - color contains mainly: green. Hex color #34662D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34662D is #CB99D2. Grayscale: #505050. Windows color (decimal): -13343187 or 2975284. OLE color: 2975284.

HSL color Cylindrical-coordinate representation of color #34662D: hue angle of 112.63º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #34662D is Cyan = 0.49, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.6.

Color convert

RGB5210245-
CMYK0.4900.560.6
HSL112.63º38.78%28.82%-
HSV(B)112.63º55.88%40%-
XYZ6.6410.424.14-
YUV80.55107.94107.63-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.13%
GREEN value IS 102 (40.23% from 255) = 51.26%
BLUE value IS 45 (17.97% from 255) = 22.61%
R=26.13%
G=51.26%
B=22.61%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal52102450.4900.560.6112.6338.7828.82
Hex34662D310383C71271d
Octal641465561070741614735
Binary11010011001101011011100010111000111100111000110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34662D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,102,45); }

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

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

 a { background-color: rgb(52,102,45); }

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

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

 span { border-color: rgb(52,102,45); }

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