#395C49

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

Shades of Plantation #395C49

Tints of Plantation #395C49

Color information

#395C49 (or 0x395C49) is unknown color: approx Plantation. HEX triplet: 39, 5C and 49. RGB value is (57,92,73). Sum of RGB (Red+Green+Blue) = 57+92+73=222 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.68% from 222); Green value is 92 (36.33% from 255 or 41.44% from 222); Blue value is 73 (28.91% from 255 or 32.88% from 222); Max value from RGB is 92 - color contains mainly: green. Hex color #395C49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395C49 is #C6A3B6. Grayscale: #4F4F4F. Windows color (decimal): -13018039 or 4807737. OLE color: 4807737.

HSL color Cylindrical-coordinate representation of color #395C49: hue angle of 147.43º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #395C49 is Cyan = 0.38, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.64.

Color convert

RGB579273-
CMYK0.3800.210.64
HSL147.43º23.49%29.22%-
HSV(B)147.43º38.04%36.08%-
XYZ6.729.017.69-
YUV79.37124.4112.04-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.68%
GREEN value IS 92 (36.33% from 255) = 41.44%
BLUE value IS 73 (28.91% from 255) = 32.88%
R=25.68%
G=41.44%
B=32.88%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5792730.3800.210.64147.4323.4929.22
Hex395C49260154093171d
Octal71134111460251002232735
Binary111001101110010010011001100101011000000100100111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395C49; }

 p { color: rgb(57,92,73); }

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

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

 a { background-color: rgb(57,92,73); }

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

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

 span { border-color: rgb(57,92,73); }

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