Html Css Color HEX #396047 Plantation

📋 copy color: '#396047'

red 57 ◦ green 96 ◦ blue 71

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

Shades of Plantation #396047

Tints of Plantation #396047

RGB

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

 GREEN value IS 96 (37.89% from 255) = 42.86%

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

R = 25.45%
G = 42.86%
B = 31.7%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#396047 (or 0x396047) is known color: Plantation. HEX triplet: 39, 60 and 47. RGB value is (57,96,71). Sum of RGB (Red+Green+Blue) = 57+96+71=224 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.45% from 224); Green value is 96 (37.89% from 255 or 42.86% from 224); Blue value is 71 (28.12% from 255 or 31.70% from 224); Max value from RGB is 96 - color contains mainly: green. Hex color #396047 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396047 is #C69FB8. Grayscale: #515151. Windows color (decimal): -13017017 or 4677689. OLE color: 4677689.

HSL color Cylindrical-coordinate representation of color #396047: hue angle of 141.54º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #396047 is Cyan = 0.41, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.62.

Color convert

RGB 57 96 71 -
CMYK 0.41 0 0.26 0.62
HSL 141.54º 0.25% 0.3% -
HSV(B) 141.54º 0.41% 0.38% -
XYZ 7.01 9.69 7.46 -
YUV 81.49 122.08 110.53 -
System Red Green Blue C M Y K H S L
Decimal 57 96 71 0.41 0 0.26 0.62 141.54 0.25 0.3
Hex 39 60 47 29 0 1A 3E 8E 19 1E
Octal 71 140 107 51 0 32 76 216 31 36
Binary 111001 1100000 1000111 101001 0 11010 111110 10001110 11001 11110

Color Harmonies of #396047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396047

Black with #396047

Text Example


Text Example

White with #396047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396047; }

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

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

background-color css

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

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

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

border-color css

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

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

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