#345E48

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

Shades of Plantation #345E48

Tints of Plantation #345E48

Color information

#345E48 (or 0x345E48) is unknown color: approx Plantation. HEX triplet: 34, 5E and 48. RGB value is (52,94,72). Sum of RGB (Red+Green+Blue) = 52+94+72=218 (28% of max value = 765). Red value is 52 (20.70% from 255 or 23.85% from 218); Green value is 94 (37.11% from 255 or 43.12% from 218); Blue value is 72 (28.52% from 255 or 33.03% from 218); Max value from RGB is 94 - color contains mainly: green. Hex color #345E48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345E48 is #CBA1B7. Grayscale: #4E4E4E. Windows color (decimal): -13345208 or 4742708. OLE color: 4742708.

HSL color Cylindrical-coordinate representation of color #345E48: hue angle of 148.57º 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 #345E48 is Cyan = 0.45, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.63.

Color convert

RGB529472-
CMYK0.4500.230.63
HSL148.57º28.77%28.63%-
HSV(B)148.57º44.68%36.86%-
XYZ6.599.27.56-
YUV78.93124.09108.79-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.85%
GREEN value IS 94 (37.11% from 255) = 43.12%
BLUE value IS 72 (28.52% from 255) = 33.03%
R=23.85%
G=43.12%
B=33.03%

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
Decimal5294720.4500.230.63148.5728.7728.63
Hex345E482D0173F951d1d
Octal6413611055027772253535
Binary11010010111101001000101101010111111111100101011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,94,72); }

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

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

 a { background-color: rgb(52,94,72); }

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

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

 span { border-color: rgb(52,94,72); }

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