#395E4D

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

Shades of Plantation #395E4D

Tints of Plantation #395E4D

Color information

#395E4D (or 0x395E4D) is unknown color: approx Plantation. HEX triplet: 39, 5E and 4D. RGB value is (57,94,77). Sum of RGB (Red+Green+Blue) = 57+94+77=228 (30% of max value = 765). Red value is 57 (22.66% from 255 or 25% from 228); Green value is 94 (37.11% from 255 or 41.23% from 228); Blue value is 77 (30.47% from 255 or 33.77% from 228); Max value from RGB is 94 - color contains mainly: green. Hex color #395E4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395E4D is #C6A1B2. Grayscale: #515151. Windows color (decimal): -13017523 or 5070393. OLE color: 5070393.

HSL color Cylindrical-coordinate representation of color #395E4D: hue angle of 152.43º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #395E4D is Cyan = 0.39, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.63.

Color convert

RGB579477-
CMYK0.3900.180.63
HSL152.43º24.5%29.61%-
HSV(B)152.43º39.36%36.86%-
XYZ7.039.418.47-
YUV81125.74110.88-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25%
GREEN value IS 94 (37.11% from 255) = 41.23%
BLUE value IS 77 (30.47% from 255) = 33.77%
R=25%
G=41.23%
B=33.77%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5794770.3900.180.63152.4324.529.61
Hex395E4D270123F98191e
Octal7113611547022772303136
Binary11100110111101001101100111010010111111100110001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,94,77); }

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

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

 a { background-color: rgb(57,94,77); }

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

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

 span { border-color: rgb(57,94,77); }

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