Html Css Color HEX #396048 Plantation

📋 copy color: '#396048'

red 57 ◦ green 96 ◦ blue 72

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

Shades of Plantation #396048

Tints of Plantation #396048

RGB

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

 GREEN value IS 96 (37.89% from 255) = 42.67%

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

R = 25.33%
G = 42.67%
B = 32%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.25

 K value IS 0.62

RGB Variations

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

Color information

#396048 (or 0x396048) is known color: Plantation. HEX triplet: 39, 60 and 48. RGB value is (57,96,72). Sum of RGB (Red+Green+Blue) = 57+96+72=225 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.33% from 225); Green value is 96 (37.89% from 255 or 42.67% from 225); Blue value is 72 (28.52% from 255 or 32% from 225); Max value from RGB is 96 - color contains mainly: green. Hex color #396048 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396048 is #C69FB7. Grayscale: #515151. Windows color (decimal): -13017016 or 4743225. OLE color: 4743225.

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

Color convert

RGB 57 96 72 -
CMYK 0.41 0 0.25 0.62
HSL 143.08º 0.25% 0.3% -
HSV(B) 143.08º 0.41% 0.38% -
XYZ 7.04 9.7 7.63 -
YUV 81.6 122.58 110.45 -
System Red Green Blue C M Y K H S L
Decimal 57 96 72 0.41 0 0.25 0.62 143.08 0.25 0.3
Hex 39 60 48 29 0 19 3E 8F 19 1E
Octal 71 140 110 51 0 31 76 217 31 36
Binary 111001 1100000 1001000 101001 0 11001 111110 10001111 11001 11110

Color Harmonies of #396048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396048

Black with #396048

Text Example


Text Example

White with #396048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396048; }

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

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

background-color css

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

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

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

border-color css

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

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

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