Html Css Color HEX #396548 Plantation

📋 copy color: '#396548'

red 57 ◦ green 101 ◦ blue 72

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

Shades of Plantation #396548

Tints of Plantation #396548

RGB

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

 GREEN value IS 101 (39.84% from 255) = 43.91%

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

R = 24.78%
G = 43.91%
B = 31.3%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.29

 K value IS 0.60

RGB Variations

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

Color information

#396548 (or 0x396548) is known color: Plantation. HEX triplet: 39, 65 and 48. RGB value is (57,101,72). Sum of RGB (Red+Green+Blue) = 57+101+72=230 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.78% from 230); Green value is 101 (39.84% from 255 or 43.91% from 230); Blue value is 72 (28.52% from 255 or 31.30% from 230); Max value from RGB is 101 - color contains mainly: green. Hex color #396548 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396548 is #C69AB7. Grayscale: #545454. Windows color (decimal): -13015736 or 4744505. OLE color: 4744505.

HSL color Cylindrical-coordinate representation of color #396548: hue angle of 140.45º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #396548 is Cyan = 0.44, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.60.

Color convert

RGB 57 101 72 -
CMYK 0.44 0 0.29 0.60
HSL 140.45º 0.28% 0.31% -
HSV(B) 140.45º 0.44% 0.4% -
XYZ 7.51 10.65 7.79 -
YUV 84.54 120.92 108.36 -
System Red Green Blue C M Y K H S L
Decimal 57 101 72 0.44 0 0.29 0.60 140.45 0.28 0.31
Hex 39 65 48 2C 0 1D 3C 8C 1C 1F
Octal 71 145 110 54 0 35 74 214 34 37
Binary 111001 1100101 1001000 101100 0 11101 111100 10001100 11100 11111

Color Harmonies of #396548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396548

Black with #396548

Text Example


Text Example

White with #396548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396548; }

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

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

background-color css

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

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

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

border-color css

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

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

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