#34682A

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

Shades of Green House #34682A

Tints of Green House #34682A

Color information

#34682A (or 0x34682A) is unknown color: approx Green House. HEX triplet: 34, 68 and 2A. RGB value is (52,104,42). Sum of RGB (Red+Green+Blue) = 52+104+42=198 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.26% from 198); Green value is 104 (41.02% from 255 or 52.53% from 198); Blue value is 42 (16.80% from 255 or 21.21% from 198); Max value from RGB is 104 - color contains mainly: green. Hex color #34682A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34682A is #CB97D5. Grayscale: #515151. Windows color (decimal): -13342678 or 2779188. OLE color: 2779188.

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

Color convert

RGB5210442-
CMYK0.5000.600.59
HSL110.32º42.47%28.63%-
HSV(B)110.32º59.62%40.78%-
XYZ6.7810.83.92-
YUV81.38105.77107.04-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.26%
GREEN value IS 104 (41.02% from 255) = 52.53%
BLUE value IS 42 (16.80% from 255) = 21.21%
R=26.26%
G=52.53%
B=21.21%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal52104420.5000.600.59110.3242.4728.63
Hex34682A3203C3B6e2a1d
Octal641505262074731565235
Binary11010011010001010101100100111100111011110111010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34682A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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