#345A47

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

Shades of Plantation #345A47

Tints of Plantation #345A47

Color information

#345A47 (or 0x345A47) is unknown color: approx Plantation. HEX triplet: 34, 5A and 47. RGB value is (52,90,71). Sum of RGB (Red+Green+Blue) = 52+90+71=213 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.41% from 213); Green value is 90 (35.55% from 255 or 42.25% from 213); Blue value is 71 (28.12% from 255 or 33.33% from 213); Max value from RGB is 90 - color contains mainly: green. Hex color #345A47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345A47 is #CBA5B8. Grayscale: #4C4C4C. Windows color (decimal): -13346233 or 4676148. OLE color: 4676148.

HSL color Cylindrical-coordinate representation of color #345A47: hue angle of 150º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #345A47 is Cyan = 0.42, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.65.

Color convert

RGB529071-
CMYK0.4200.210.65
HSL150º26.76%27.84%-
HSV(B)150º42.22%35.29%-
XYZ6.218.57.27-
YUV76.47124.91110.54-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.41%
GREEN value IS 90 (35.55% from 255) = 42.25%
BLUE value IS 71 (28.12% from 255) = 33.33%
R=24.41%
G=42.25%
B=33.33%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5290710.4200.210.6515026.7627.84
Hex345A472A01541961b1c
Octal64132107520251012263334
Binary110100101101010001111010100101011000001100101101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,90,71); }

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

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

 a { background-color: rgb(52,90,71); }

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

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

 span { border-color: rgb(52,90,71); }

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