#34682C

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

Shades of Green House #34682C

Tints of Green House #34682C

Color information

#34682C (or 0x34682C) is unknown color: approx Green House. HEX triplet: 34, 68 and 2C. RGB value is (52,104,44). Sum of RGB (Red+Green+Blue) = 52+104+44=200 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26% from 200); Green value is 104 (41.02% from 255 or 52% from 200); Blue value is 44 (17.58% from 255 or 22% from 200); Max value from RGB is 104 - color contains mainly: green. Hex color #34682C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34682C is #CB97D3. Grayscale: #515151. Windows color (decimal): -13342676 or 2910260. OLE color: 2910260.

HSL color Cylindrical-coordinate representation of color #34682C: hue angle of 112º 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 #34682C is Cyan = 0.50, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.59.

Color convert

RGB5210444-
CMYK0.5000.580.59
HSL112º40.54%29.02%-
HSV(B)112º57.69%40.78%-
XYZ6.8210.814.11-
YUV81.61106.77106.88-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26%
GREEN value IS 104 (41.02% from 255) = 52%
BLUE value IS 44 (17.58% from 255) = 22%
R=26%
G=52%
B=22%

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
Decimal52104440.5000.580.5911240.5429.02
Hex34682C3203A3B70291d
Octal641505462072731605135
Binary11010011010001011001100100111010111011111000010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34682C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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