#396249

Color #396249 Plantation (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Plantation #396249

Tints of Plantation #396249

Color information

#396249 (or 0x396249) is unknown color: approx 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

RGB579873-
CMYK0.4200.260.62
HSL143.41º26.45%30.39%-
HSV(B)143.41º41.84%38.43%-
XYZ7.2610.097.87-
YUV82.89122.42109.53-

RGB Variations

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

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 (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5798730.4200.260.62143.4126.4530.39
Hex3962492A01A3E8f1a1e
Octal7114211152032762173236
Binary11100111000101001001101010011010111110100011111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>