#395345

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

Shades of Plantation #395345

Tints of Plantation #395345

Color information

#395345 (or 0x395345) is unknown color: approx Plantation. HEX triplet: 39, 53 and 45. RGB value is (57,83,69). Sum of RGB (Red+Green+Blue) = 57+83+69=209 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.27% from 209); Green value is 83 (32.81% from 255 or 39.71% from 209); Blue value is 69 (27.34% from 255 or 33.01% from 209); Max value from RGB is 83 - color contains mainly: green. Hex color #395345 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395345 is #C6ACBA. Grayscale: #494949. Windows color (decimal): -13020347 or 4543289. OLE color: 4543289.

HSL color Cylindrical-coordinate representation of color #395345: hue angle of 147.69º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #395345 is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.67.

Color convert

RGB578369-
CMYK0.3100.170.67
HSL147.69º18.57%27.45%-
HSV(B)147.69º31.33%32.55%-
XYZ5.857.496.77-
YUV73.63125.39116.14-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.27%
GREEN value IS 83 (32.81% from 255) = 39.71%
BLUE value IS 69 (27.34% from 255) = 33.01%
R=27.27%
G=39.71%
B=33.01%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5783690.3100.170.67147.6918.5727.45
Hex3953451F0114394131b
Octal71123105370211032242333
Binary11100110100111000101111110100011000011100101001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395345; }

 p { color: rgb(57,83,69); }

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

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

 a { background-color: rgb(57,83,69); }

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

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

 span { border-color: rgb(57,83,69); }

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