Html Css Color HEX #396247 Plantation

📋 copy color: '#396247'

red 57 ◦ green 98 ◦ blue 71

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

Shades of Plantation #396247

Tints of Plantation #396247

RGB

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

 GREEN value IS 98 (38.67% from 255) = 43.36%

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

R = 25.22%
G = 43.36%
B = 31.42%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.28

 K value IS 0.62

RGB Variations

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

Color information

#396247 (or 0x396247) is known color: Plantation. HEX triplet: 39, 62 and 47. RGB value is (57,98,71). Sum of RGB (Red+Green+Blue) = 57+98+71=226 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.22% from 226); Green value is 98 (38.67% from 255 or 43.36% from 226); Blue value is 71 (28.12% from 255 or 31.42% from 226); Max value from RGB is 98 - color contains mainly: green. Hex color #396247 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396247 is #C69DB8. Grayscale: #525252. Windows color (decimal): -13016505 or 4678201. OLE color: 4678201.

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

Color convert

RGB 57 98 71 -
CMYK 0.42 0 0.28 0.62
HSL 140.49º 0.26% 0.3% -
HSV(B) 140.49º 0.42% 0.38% -
XYZ 7.19 10.06 7.52 -
YUV 82.66 121.42 109.7 -
System Red Green Blue C M Y K H S L
Decimal 57 98 71 0.42 0 0.28 0.62 140.49 0.26 0.3
Hex 39 62 47 2A 0 1C 3E 8C 1A 1E
Octal 71 142 107 52 0 34 76 214 32 36
Binary 111001 1100010 1000111 101010 0 11100 111110 10001100 11010 11110

Color Harmonies of #396247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396247

Black with #396247

Text Example


Text Example

White with #396247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396247; }

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

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

background-color css

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

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

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

border-color css

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

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

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