#345344

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

Shades of Plantation #345344

Tints of Plantation #345344

Color information

#345344 (or 0x345344) is unknown color: approx Plantation. HEX triplet: 34, 53 and 44. RGB value is (52,83,68). Sum of RGB (Red+Green+Blue) = 52+83+68=203 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.62% from 203); Green value is 83 (32.81% from 255 or 40.89% from 203); Blue value is 68 (26.95% from 255 or 33.50% from 203); Max value from RGB is 83 - color contains mainly: green. Hex color #345344 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345344 is #CBACBB. Grayscale: #484848. Windows color (decimal): -13348028 or 4477748. OLE color: 4477748.

HSL color Cylindrical-coordinate representation of color #345344: hue angle of 150.97º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #345344 is Cyan = 0.37, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.67.

Color convert

RGB528368-
CMYK0.3700.180.67
HSL150.97º22.96%26.47%-
HSV(B)150.97º37.35%32.55%-
XYZ5.557.336.59-
YUV72.02125.73113.72-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.62%
GREEN value IS 83 (32.81% from 255) = 40.89%
BLUE value IS 68 (26.95% from 255) = 33.50%
R=25.62%
G=40.89%
B=33.50%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5283680.3700.180.67150.9722.9626.47
Hex345344250124397171a
Octal64123104450221032272732
Binary110100101001110001001001010100101000011100101111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345344; }

 p { color: rgb(52,83,68); }

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

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

 a { background-color: rgb(52,83,68); }

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

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

 span { border-color: rgb(52,83,68); }

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