#345F49

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

Shades of Plantation #345F49

Tints of Plantation #345F49

Color information

#345F49 (or 0x345F49) is unknown color: approx Plantation. HEX triplet: 34, 5F and 49. RGB value is (52,95,73). Sum of RGB (Red+Green+Blue) = 52+95+73=220 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.64% from 220); Green value is 95 (37.5% from 255 or 43.18% from 220); Blue value is 73 (28.91% from 255 or 33.18% from 220); Max value from RGB is 95 - color contains mainly: green. Hex color #345F49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345F49 is #CBA0B6. Grayscale: #4F4F4F. Windows color (decimal): -13344951 or 4808500. OLE color: 4808500.

HSL color Cylindrical-coordinate representation of color #345F49: hue angle of 149.3º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #345F49 is Cyan = 0.45, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.63.

Color convert

RGB529573-
CMYK0.4500.230.63
HSL149.3º29.25%28.82%-
HSV(B)149.3º45.26%37.25%-
XYZ6.719.47.76-
YUV79.63124.25108.29-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.64%
GREEN value IS 95 (37.5% from 255) = 43.18%
BLUE value IS 73 (28.91% from 255) = 33.18%
R=23.64%
G=43.18%
B=33.18%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5295730.4500.230.63149.329.2528.82
Hex345F492D0173F951d1d
Octal6413711155027772253535
Binary11010010111111001001101101010111111111100101011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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