#395344

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

Shades of Plantation #395344

Tints of Plantation #395344

Color information

#395344 (or 0x395344) is unknown color: approx Plantation. HEX triplet: 39, 53 and 44. RGB value is (57,83,68). Sum of RGB (Red+Green+Blue) = 57+83+68=208 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.40% from 208); Green value is 83 (32.81% from 255 or 39.90% from 208); Blue value is 68 (26.95% from 255 or 32.69% from 208); Max value from RGB is 83 - color contains mainly: green. Hex color #395344 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395344 is #C6ACBB. Grayscale: #494949. Windows color (decimal): -13020348 or 4477753. OLE color: 4477753.

HSL color Cylindrical-coordinate representation of color #395344: hue angle of 145.38º 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 #395344 is Cyan = 0.31, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.67.

Color convert

RGB578368-
CMYK0.3100.180.67
HSL145.38º18.57%27.45%-
HSV(B)145.38º31.33%32.55%-
XYZ5.827.476.6-
YUV73.52124.89116.22-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.40%
GREEN value IS 83 (32.81% from 255) = 39.90%
BLUE value IS 68 (26.95% from 255) = 32.69%
R=27.40%
G=39.90%
B=32.69%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5783680.3100.180.67145.3818.5727.45
Hex3953441F0124391131b
Octal71123104370221032212333
Binary11100110100111000100111110100101000011100100011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395344; }

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

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

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

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

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

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

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

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