#345745

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

Shades of Plantation #345745

Tints of Plantation #345745

Color information

#345745 (or 0x345745) is unknown color: approx Plantation. HEX triplet: 34, 57 and 45. RGB value is (52,87,69). Sum of RGB (Red+Green+Blue) = 52+87+69=208 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25% from 208); Green value is 87 (34.38% from 255 or 41.83% from 208); Blue value is 69 (27.34% from 255 or 33.17% from 208); Max value from RGB is 87 - color contains mainly: green. Hex color #345745 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345745 is #CBA8BA. Grayscale: #4A4A4A. Windows color (decimal): -13347003 or 4544308. OLE color: 4544308.

HSL color Cylindrical-coordinate representation of color #345745: hue angle of 149.14º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #345745 is Cyan = 0.40, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.66.

Color convert

RGB528769-
CMYK0.4000.210.66
HSL149.14º25.18%27.25%-
HSV(B)149.14º40.23%34.12%-
XYZ5.97.986.86-
YUV74.48124.9111.96-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25%
GREEN value IS 87 (34.38% from 255) = 41.83%
BLUE value IS 69 (27.34% from 255) = 33.17%
R=25%
G=41.83%
B=33.17%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5287690.4000.210.66149.1425.1827.25
Hex345745280154295191b
Octal64127105500251022253133
Binary110100101011110001011010000101011000010100101011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345745; }

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

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

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

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

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

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

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

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