#34682E

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

Shades of Green House #34682E

Tints of Green House #34682E

Color information

#34682E (or 0x34682E) is unknown color: approx Green House. HEX triplet: 34, 68 and 2E. RGB value is (52,104,46). Sum of RGB (Red+Green+Blue) = 52+104+46=202 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.74% from 202); Green value is 104 (41.02% from 255 or 51.49% from 202); Blue value is 46 (18.36% from 255 or 22.77% from 202); Max value from RGB is 104 - color contains mainly: green. Hex color #34682E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34682E is #CB97D1. Grayscale: #525252. Windows color (decimal): -13342674 or 3041332. OLE color: 3041332.

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

Color convert

RGB5210446-
CMYK0.5000.560.59
HSL113.79º38.67%29.41%-
HSV(B)113.79º55.77%40.78%-
XYZ6.8610.834.31-
YUV81.84107.77106.72-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.74%
GREEN value IS 104 (41.02% from 255) = 51.49%
BLUE value IS 46 (18.36% from 255) = 22.77%
R=25.74%
G=51.49%
B=22.77%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal52104460.5000.560.59113.7938.6729.41
Hex34682E320383B72271d
Octal641505662070731624735
Binary11010011010001011101100100111000111011111001010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34682E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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