#395C46

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

Shades of Plantation #395C46

Tints of Plantation #395C46

Color information

#395C46 (or 0x395C46) is unknown color: approx Plantation. HEX triplet: 39, 5C and 46. RGB value is (57,92,70). Sum of RGB (Red+Green+Blue) = 57+92+70=219 (29% of max value = 765). Red value is 57 (22.66% from 255 or 26.03% from 219); Green value is 92 (36.33% from 255 or 42.01% from 219); Blue value is 70 (27.73% from 255 or 31.96% from 219); Max value from RGB is 92 - color contains mainly: green. Hex color #395C46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395C46 is #C6A3B9. Grayscale: #4F4F4F. Windows color (decimal): -13018042 or 4611129. OLE color: 4611129.

HSL color Cylindrical-coordinate representation of color #395C46: hue angle of 142.29º 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 #395C46 is Cyan = 0.38, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.64.

Color convert

RGB579270-
CMYK0.3800.240.64
HSL142.29º23.49%29.22%-
HSV(B)142.29º38.04%36.08%-
XYZ6.628.977.18-
YUV79.03122.9112.29-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.03%
GREEN value IS 92 (36.33% from 255) = 42.01%
BLUE value IS 70 (27.73% from 255) = 31.96%
R=26.03%
G=42.01%
B=31.96%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5792700.3800.240.64142.2923.4929.22
Hex395C4626018408e171d
Octal71134106460301002162735
Binary111001101110010001101001100110001000000100011101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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