#345C49

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

Shades of Plantation #345C49

Tints of Plantation #345C49

Color information

#345C49 (or 0x345C49) is unknown color: approx Plantation. HEX triplet: 34, 5C and 49. RGB value is (52,92,73). Sum of RGB (Red+Green+Blue) = 52+92+73=217 (28% of max value = 765). Red value is 52 (20.70% from 255 or 23.96% from 217); Green value is 92 (36.33% from 255 or 42.40% from 217); Blue value is 73 (28.91% from 255 or 33.64% from 217); Max value from RGB is 92 - color contains mainly: green. Hex color #345C49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345C49 is #CBA3B6. Grayscale: #4D4D4D. Windows color (decimal): -13345719 or 4807732. OLE color: 4807732.

HSL color Cylindrical-coordinate representation of color #345C49: hue angle of 151.5º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #345C49 is Cyan = 0.43, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.64.

Color convert

RGB529273-
CMYK0.4300.210.64
HSL151.5º27.78%28.24%-
HSV(B)151.5º43.48%36.08%-
XYZ6.458.877.67-
YUV77.87125.25109.54-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.96%
GREEN value IS 92 (36.33% from 255) = 42.40%
BLUE value IS 73 (28.91% from 255) = 33.64%
R=23.96%
G=42.40%
B=33.64%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5292730.4300.210.64151.527.7828.24
Hex345C492B01540981c1c
Octal64134111530251002303434
Binary110100101110010010011010110101011000000100110001110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,92,73); }

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

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

 a { background-color: rgb(52,92,73); }

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

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

 span { border-color: rgb(52,92,73); }

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