#345D21

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

Shades of Green House #345D21

Tints of Green House #345D21

Color information

#345D21 (or 0x345D21) is unknown color: approx Green House. HEX triplet: 34, 5D and 21. RGB value is (52,93,33). Sum of RGB (Red+Green+Blue) = 52+93+33=178 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.21% from 178); Green value is 93 (36.72% from 255 or 52.25% from 178); Blue value is 33 (13.28% from 255 or 18.54% from 178); Max value from RGB is 93 - color contains mainly: green. Hex color #345D21 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345D21 is #CBA2DE. Grayscale: #4A4A4A. Windows color (decimal): -13345503 or 2186548. OLE color: 2186548.

HSL color Cylindrical-coordinate representation of color #345D21: hue angle of 101º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #345D21 is Cyan = 0.44, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.64.

Color convert

RGB529333-
CMYK0.4400.650.64
HSL101º47.62%24.71%-
HSV(B)101º64.52%36.47%-
XYZ5.618.672.82-
YUV73.9104.92112.38-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 29.21%
GREEN value IS 93 (36.72% from 255) = 52.25%
BLUE value IS 33 (13.28% from 255) = 18.54%
R=29.21%
G=52.25%
B=18.54%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5293330.4400.650.6410147.6224.71
Hex345D212C04140653019
Octal64135415401011001456031
Binary1101001011101100001101100010000011000000110010111000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345D21; }

 p { color: rgb(52,93,33); }

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

<style>
 a { background-color: #345D21; }

 a { background-color: rgb(52,93,33); }

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

<style>
 span { border-color: #345D21; }

 span { border-color: rgb(52,93,33); }

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