#34621C

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

Shades of Green House #34621C

Tints of Green House #34621C

Color information

#34621C (or 0x34621C) is unknown color: approx Green House. HEX triplet: 34, 62 and 1C. RGB value is (52,98,28). Sum of RGB (Red+Green+Blue) = 52+98+28=178 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.21% from 178); Green value is 98 (38.67% from 255 or 55.06% from 178); Blue value is 28 (11.33% from 255 or 15.73% from 178); Max value from RGB is 98 - color contains mainly: green. Hex color #34621C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34621C is #CB9DE3. Grayscale: #4C4C4C. Windows color (decimal): -13344228 or 1860148. OLE color: 1860148.

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

Color convert

RGB529828-
CMYK0.4700.710.62
HSL99.43º55.56%24.71%-
HSV(B)99.43º71.43%38.43%-
XYZ5.999.552.63-
YUV76.27100.76110.69-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 29.21%
GREEN value IS 98 (38.67% from 255) = 55.06%
BLUE value IS 28 (11.33% from 255) = 15.73%
R=29.21%
G=55.06%
B=15.73%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5298280.4700.710.6299.4355.5624.71
Hex34621C2F0473E633819
Octal6414234570107761437031
Binary11010011000101110010111101000111111110110001111100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34621C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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