Html Css Color HEX #395947 Plantation

📋 copy color: '#395947'

red 57 ◦ green 89 ◦ blue 71

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

Shades of Plantation #395947

Tints of Plantation #395947

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 32.72%

R = 26.27%
G = 41.01%
B = 32.72%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.20

 K value IS 0.65

RGB Variations

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

Color information

#395947 (or 0x395947) is known color: Plantation. HEX triplet: 39, 59 and 47. RGB value is (57,89,71). Sum of RGB (Red+Green+Blue) = 57+89+71=217 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.27% from 217); Green value is 89 (35.16% from 255 or 41.01% from 217); Blue value is 71 (28.12% from 255 or 32.72% from 217); Max value from RGB is 89 - color contains mainly: green. Hex color #395947 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395947 is #C6A6B8. Grayscale: #4D4D4D. Windows color (decimal): -13018809 or 4675897. OLE color: 4675897.

HSL color Cylindrical-coordinate representation of color #395947: hue angle of 146.25º 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 #395947 is Cyan = 0.36, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.65.

Color convert

RGB 57 89 71 -
CMYK 0.36 0 0.20 0.65
HSL 146.25º 0.22% 0.29% -
HSV(B) 146.25º 0.36% 0.35% -
XYZ 6.4 8.47 7.26 -
YUV 77.38 124.4 113.46 -
System Red Green Blue C M Y K H S L
Decimal 57 89 71 0.36 0 0.20 0.65 146.25 0.22 0.29
Hex 39 59 47 24 0 14 41 92 16 1D
Octal 71 131 107 44 0 24 101 222 26 35
Binary 111001 1011001 1000111 100100 0 10100 1000001 10010010 10110 11101

Color Harmonies of #395947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395947

Black with #395947

Text Example


Text Example

White with #395947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395947; }

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

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

background-color css

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

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

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

border-color css

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

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

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