#34692C

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

Shades of Green House #34692C

Tints of Green House #34692C

Color information

#34692C (or 0x34692C) is unknown color: approx Green House. HEX triplet: 34, 69 and 2C. RGB value is (52,105,44). Sum of RGB (Red+Green+Blue) = 52+105+44=201 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.87% from 201); Green value is 105 (41.41% from 255 or 52.24% from 201); Blue value is 44 (17.58% from 255 or 21.89% from 201); Max value from RGB is 105 - color contains mainly: green. Hex color #34692C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34692C is #CB96D3. Grayscale: #525252. Windows color (decimal): -13342420 or 2910516. OLE color: 2910516.

HSL color Cylindrical-coordinate representation of color #34692C: hue angle of 112.13º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #34692C is Cyan = 0.50, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.59.

Color convert

RGB5210544-
CMYK0.5000.580.59
HSL112.13º40.94%29.22%-
HSV(B)112.13º58.1%41.18%-
XYZ6.9211.024.14-
YUV82.2106.44106.46-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.87%
GREEN value IS 105 (41.41% from 255) = 52.24%
BLUE value IS 44 (17.58% from 255) = 21.89%
R=25.87%
G=52.24%
B=21.89%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal52105440.5000.580.59112.1340.9429.22
Hex34692C3203A3B70291d
Octal641515462072731605135
Binary11010011010011011001100100111010111011111000010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34692C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34692C; }

 p { color: rgb(52,105,44); }

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

<style>
 a { background-color: #34692C; }

 a { background-color: rgb(52,105,44); }

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

<style>
 span { border-color: #34692C; }

 span { border-color: rgb(52,105,44); }

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