#34621D

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

Shades of Green House #34621D

Tints of Green House #34621D

Color information

#34621D (or 0x34621D) is unknown color: approx Green House. HEX triplet: 34, 62 and 1D. RGB value is (52,98,29). Sum of RGB (Red+Green+Blue) = 52+98+29=179 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.05% from 179); Green value is 98 (38.67% from 255 or 54.75% from 179); Blue value is 29 (11.72% from 255 or 16.20% from 179); Max value from RGB is 98 - color contains mainly: green. Hex color #34621D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34621D is #CB9DE2. Grayscale: #4C4C4C. Windows color (decimal): -13344227 or 1925684. OLE color: 1925684.

HSL color Cylindrical-coordinate representation of color #34621D: hue angle of 100º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #34621D is Cyan = 0.47, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.62.

Color convert

RGB529829-
CMYK0.4700.700.62
HSL100º54.33%24.9%-
HSV(B)100º70.41%38.43%-
XYZ6.019.552.69-
YUV76.38101.26110.61-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 29.05%
GREEN value IS 98 (38.67% from 255) = 54.75%
BLUE value IS 29 (11.72% from 255) = 16.20%
R=29.05%
G=54.75%
B=16.20%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5298290.4700.700.6210054.3324.9
Hex34621D2F0463E643619
Octal6414235570106761446631
Binary11010011000101110110111101000110111110110010011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34621D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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