#345A46

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

Shades of Plantation #345A46

Tints of Plantation #345A46

Color information

#345A46 (or 0x345A46) is unknown color: approx Plantation. HEX triplet: 34, 5A and 46. RGB value is (52,90,70). Sum of RGB (Red+Green+Blue) = 52+90+70=212 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.53% from 212); Green value is 90 (35.55% from 255 or 42.45% from 212); Blue value is 70 (27.73% from 255 or 33.02% from 212); Max value from RGB is 90 - color contains mainly: green. Hex color #345A46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345A46 is #CBA5B9. Grayscale: #4C4C4C. Windows color (decimal): -13346234 or 4610612. OLE color: 4610612.

HSL color Cylindrical-coordinate representation of color #345A46: hue angle of 148.42º 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 #345A46 is Cyan = 0.42, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.65.

Color convert

RGB529070-
CMYK0.4200.220.65
HSL148.42º26.76%27.84%-
HSV(B)148.42º42.22%35.29%-
XYZ6.188.487.11-
YUV76.36124.41110.63-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.53%
GREEN value IS 90 (35.55% from 255) = 42.45%
BLUE value IS 70 (27.73% from 255) = 33.02%
R=24.53%
G=42.45%
B=33.02%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5290700.4200.220.65148.4226.7627.84
Hex345A462A01641941b1c
Octal64132106520261012243334
Binary110100101101010001101010100101101000001100101001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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