Html Css Color HEX #395646 Plantation

📋 copy color: '#395646'

red 57 ◦ green 86 ◦ blue 70

#395646
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Plantation #395646

Tints of Plantation #395646

RGB

 RED value IS 57 (22.66% from 255) = 26.76%

 GREEN value IS 86 (33.98% from 255) = 40.38%

 BLUE value IS 70 (27.73% from 255) = 32.86%

R = 26.76%
G = 40.38%
B = 32.86%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.19

 K value IS 0.66

RGB Variations

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

Color information

#395646 (or 0x395646) is known color: Plantation. HEX triplet: 39, 56 and 46. RGB value is (57,86,70). Sum of RGB (Red+Green+Blue) = 57+86+70=213 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.76% from 213); Green value is 86 (33.98% from 255 or 40.38% from 213); Blue value is 70 (27.73% from 255 or 32.86% from 213); Max value from RGB is 86 - color contains mainly: green. Hex color #395646 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395646 is #C6A9B9. Grayscale: #4B4B4B. Windows color (decimal): -13019578 or 4609593. OLE color: 4609593.

HSL color Cylindrical-coordinate representation of color #395646: hue angle of 146.9º degrees, saturation: 0.2, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #395646 is Cyan = 0.34, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.66.

Color convert

RGB 57 86 70 -
CMYK 0.34 0 0.19 0.66
HSL 146.9º 0.2% 0.28% -
HSV(B) 146.9º 0.34% 0.34% -
XYZ 6.12 7.97 7.01 -
YUV 75.51 124.89 114.8 -
System Red Green Blue C M Y K H S L
Decimal 57 86 70 0.34 0 0.19 0.66 146.9 0.2 0.28
Hex 39 56 46 22 0 13 42 93 14 1C
Octal 71 126 106 42 0 23 102 223 24 34
Binary 111001 1010110 1000110 100010 0 10011 1000010 10010011 10100 11100

Color Harmonies of #395646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395646

Black with #395646

Text Example


Text Example

White with #395646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395646; }

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

 H1.HeaderClassName
 {
   color: #395646;
 }
 .AnyTagClassName
 {
   color: #395646;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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