#34592C

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

Shades of Green House #34592C

Tints of Green House #34592C

Color information

#34592C (or 0x34592C) is unknown color: approx Green House. HEX triplet: 34, 59 and 2C. RGB value is (52,89,44). Sum of RGB (Red+Green+Blue) = 52+89+44=185 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.11% from 185); Green value is 89 (35.16% from 255 or 48.11% from 185); Blue value is 44 (17.58% from 255 or 23.78% from 185); Max value from RGB is 89 - color contains mainly: green. Hex color #34592C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34592C is #CBA6D3. Grayscale: #484848. Windows color (decimal): -13346516 or 2906420. OLE color: 2906420.

HSL color Cylindrical-coordinate representation of color #34592C: hue angle of 109.33º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #34592C is Cyan = 0.42, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.65.

Color convert

RGB528944-
CMYK0.4200.510.65
HSL109.33º33.83%26.08%-
HSV(B)109.33º50.56%34.9%-
XYZ5.448.063.65-
YUV72.81111.74113.16-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 28.11%
GREEN value IS 89 (35.16% from 255) = 48.11%
BLUE value IS 44 (17.58% from 255) = 23.78%
R=28.11%
G=48.11%
B=23.78%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5289440.4200.510.65109.3333.8326.08
Hex34592C2A033416d221a
Octal6413154520631011554232
Binary110100101100110110010101001100111000001110110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34592C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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