Html Css Color HEX #396248 Plantation

📋 copy color: '#396248'

red 57 ◦ green 98 ◦ blue 72

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

Shades of Plantation #396248

Tints of Plantation #396248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 31.72%

R = 25.11%
G = 43.17%
B = 31.72%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.27

 K value IS 0.62

RGB Variations

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

Color information

#396248 (or 0x396248) is known color: Plantation. HEX triplet: 39, 62 and 48. RGB value is (57,98,72). Sum of RGB (Red+Green+Blue) = 57+98+72=227 (30% of max value = 765). Red value is 57 (22.66% from 255 or 25.11% from 227); Green value is 98 (38.67% from 255 or 43.17% from 227); Blue value is 72 (28.52% from 255 or 31.72% from 227); Max value from RGB is 98 - color contains mainly: green. Hex color #396248 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396248 is #C69DB7. Grayscale: #525252. Windows color (decimal): -13016504 or 4743737. OLE color: 4743737.

HSL color Cylindrical-coordinate representation of color #396248: hue angle of 141.95º 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 #396248 is Cyan = 0.42, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.62.

Color convert

RGB 57 98 72 -
CMYK 0.42 0 0.27 0.62
HSL 141.95º 0.26% 0.3% -
HSV(B) 141.95º 0.42% 0.38% -
XYZ 7.22 10.07 7.69 -
YUV 82.78 121.92 109.61 -
System Red Green Blue C M Y K H S L
Decimal 57 98 72 0.42 0 0.27 0.62 141.95 0.26 0.3
Hex 39 62 48 2A 0 1B 3E 8E 1A 1E
Octal 71 142 110 52 0 33 76 216 32 36
Binary 111001 1100010 1001000 101010 0 11011 111110 10001110 11010 11110

Color Harmonies of #396248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396248

Black with #396248

Text Example


Text Example

White with #396248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396248; }

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

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

background-color css

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

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

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

border-color css

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

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

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