#34681D

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

Shades of Green House #34681D

Tints of Green House #34681D

Color information

#34681D (or 0x34681D) is unknown color: approx Green House. HEX triplet: 34, 68 and 1D. RGB value is (52,104,29). Sum of RGB (Red+Green+Blue) = 52+104+29=185 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.11% from 185); Green value is 104 (41.02% from 255 or 56.22% from 185); Blue value is 29 (11.72% from 255 or 15.68% from 185); Max value from RGB is 104 - color contains mainly: green. Hex color #34681D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34681D is #CB97E2. Grayscale: #505050. Windows color (decimal): -13342691 or 1927220. OLE color: 1927220.

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

Color convert

RGB5210429-
CMYK0.5000.720.59
HSL101.6º56.39%26.08%-
HSV(B)101.6º72.12%40.78%-
XYZ6.5910.722.88-
YUV79.999.27108.1-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 28.11%
GREEN value IS 104 (41.02% from 255) = 56.22%
BLUE value IS 29 (11.72% from 255) = 15.68%
R=28.11%
G=56.22%
B=15.68%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal52104290.5000.720.59101.656.3926.08
Hex34681D320483B66381a
Octal6415035620110731467032
Binary11010011010001110111001001001000111011110011011100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34681D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34681D; }

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

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

<style>
 a { background-color: #34681D; }

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

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

<style>
 span { border-color: #34681D; }

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

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