Html Css Color HEX #396249 Plantation

📋 copy color: '#396249'

red 57 ◦ green 98 ◦ blue 73

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

Shades of Plantation #396249

Tints of Plantation #396249

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 32.02%

R = 25%
G = 42.98%
B = 32.02%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#396249 (or 0x396249) is known color: Plantation. HEX triplet: 39, 62 and 49. RGB value is (57,98,73). Sum of RGB (Red+Green+Blue) = 57+98+73=228 (30% of max value = 765). Red value is 57 (22.66% from 255 or 25% from 228); Green value is 98 (38.67% from 255 or 42.98% from 228); Blue value is 73 (28.91% from 255 or 32.02% from 228); Max value from RGB is 98 - color contains mainly: green. Hex color #396249 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396249 is #C69DB6. Grayscale: #525252. Windows color (decimal): -13016503 or 4809273. OLE color: 4809273.

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

Color convert

RGB 57 98 73 -
CMYK 0.42 0 0.26 0.62
HSL 143.41º 0.26% 0.3% -
HSV(B) 143.41º 0.42% 0.38% -
XYZ 7.26 10.09 7.87 -
YUV 82.89 122.42 109.53 -
System Red Green Blue C M Y K H S L
Decimal 57 98 73 0.42 0 0.26 0.62 143.41 0.26 0.3
Hex 39 62 49 2A 0 1A 3E 8F 1A 1E
Octal 71 142 111 52 0 32 76 217 32 36
Binary 111001 1100010 1001001 101010 0 11010 111110 10001111 11010 11110

Color Harmonies of #396249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396249

Black with #396249

Text Example


Text Example

White with #396249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396249; }

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

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

background-color css

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

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

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

border-color css

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

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

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