#345A45

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

Shades of Plantation #345A45

Tints of Plantation #345A45

Color information

#345A45 (or 0x345A45) is unknown color: approx Plantation. HEX triplet: 34, 5A and 45. RGB value is (52,90,69). Sum of RGB (Red+Green+Blue) = 52+90+69=211 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.64% from 211); Green value is 90 (35.55% from 255 or 42.65% from 211); Blue value is 69 (27.34% from 255 or 32.70% from 211); Max value from RGB is 90 - color contains mainly: green. Hex color #345A45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345A45 is #CBA5BA. Grayscale: #4C4C4C. Windows color (decimal): -13346235 or 4545076. OLE color: 4545076.

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

Color convert

RGB529069-
CMYK0.4200.230.65
HSL146.84º26.76%27.84%-
HSV(B)146.84º42.22%35.29%-
XYZ6.158.476.94-
YUV76.24123.91110.71-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.64%
GREEN value IS 90 (35.55% from 255) = 42.65%
BLUE value IS 69 (27.34% from 255) = 32.70%
R=24.64%
G=42.65%
B=32.70%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5290690.4200.230.65146.8426.7627.84
Hex345A452A01741931b1c
Octal64132105520271012233334
Binary110100101101010001011010100101111000001100100111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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