#345A48

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

Shades of Plantation #345A48

Tints of Plantation #345A48

Color information

#345A48 (or 0x345A48) is unknown color: approx Plantation. HEX triplet: 34, 5A and 48. RGB value is (52,90,72). Sum of RGB (Red+Green+Blue) = 52+90+72=214 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.30% from 214); Green value is 90 (35.55% from 255 or 42.06% from 214); Blue value is 72 (28.52% from 255 or 33.64% from 214); Max value from RGB is 90 - color contains mainly: green. Hex color #345A48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345A48 is #CBA5B7. Grayscale: #4C4C4C. Windows color (decimal): -13346232 or 4741684. OLE color: 4741684.

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

Color convert

RGB529072-
CMYK0.4200.200.65
HSL151.58º26.76%27.84%-
HSV(B)151.58º42.22%35.29%-
XYZ6.248.517.44-
YUV76.59125.41110.46-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.30%
GREEN value IS 90 (35.55% from 255) = 42.06%
BLUE value IS 72 (28.52% from 255) = 33.64%
R=24.30%
G=42.06%
B=33.64%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5290720.4200.200.65151.5826.7627.84
Hex345A482A01441981b1c
Octal64132110520241012303334
Binary110100101101010010001010100101001000001100110001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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