Html Css Color HEX #395946 Plantation

📋 copy color: '#395946'

red 57 ◦ green 89 ◦ blue 70

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

Shades of Plantation #395946

Tints of Plantation #395946

RGB

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

 GREEN value IS 89 (35.16% from 255) = 41.2%

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

R = 26.39%
G = 41.2%
B = 32.41%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.21

 K value IS 0.65

RGB Variations

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

Color information

#395946 (or 0x395946) is known color: Plantation. HEX triplet: 39, 59 and 46. RGB value is (57,89,70). Sum of RGB (Red+Green+Blue) = 57+89+70=216 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.39% from 216); Green value is 89 (35.16% from 255 or 41.20% from 216); Blue value is 70 (27.73% from 255 or 32.41% from 216); Max value from RGB is 89 - color contains mainly: green. Hex color #395946 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395946 is #C6A6B9. Grayscale: #4D4D4D. Windows color (decimal): -13018810 or 4610361. OLE color: 4610361.

HSL color Cylindrical-coordinate representation of color #395946: hue angle of 144.38º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #395946 is Cyan = 0.36, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.65.

Color convert

RGB 57 89 70 -
CMYK 0.36 0 0.21 0.65
HSL 144.38º 0.22% 0.29% -
HSV(B) 144.38º 0.36% 0.35% -
XYZ 6.37 8.46 7.09 -
YUV 77.27 123.9 113.54 -
System Red Green Blue C M Y K H S L
Decimal 57 89 70 0.36 0 0.21 0.65 144.38 0.22 0.29
Hex 39 59 46 24 0 15 41 90 16 1D
Octal 71 131 106 44 0 25 101 220 26 35
Binary 111001 1011001 1000110 100100 0 10101 1000001 10010000 10110 11101

Color Harmonies of #395946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395946

Black with #395946

Text Example


Text Example

White with #395946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395946; }

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

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

background-color css

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

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

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

border-color css

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

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

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