Html Css Color HEX #396D48 Amazon

📋 copy color: '#396D48'

red 57 ◦ green 109 ◦ blue 72

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

Shades of Amazon #396D48

Tints of Amazon #396D48

RGB

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

 GREEN value IS 109 (42.97% from 255) = 45.8%

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

R = 23.95%
G = 45.8%
B = 30.25%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.34

 K value IS 0.57

RGB Variations

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

Color information

#396D48 (or 0x396D48) is known color: Amazon. HEX triplet: 39, 6D and 48. RGB value is (57,109,72). Sum of RGB (Red+Green+Blue) = 57+109+72=238 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.95% from 238); Green value is 109 (42.97% from 255 or 45.80% from 238); Blue value is 72 (28.52% from 255 or 30.25% from 238); Max value from RGB is 109 - color contains mainly: green. Hex color #396D48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396D48 is #C692B7. Grayscale: #595959. Windows color (decimal): -13013688 or 4746553. OLE color: 4746553.

HSL color Cylindrical-coordinate representation of color #396D48: hue angle of 137.31º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #396D48 is Cyan = 0.48, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.57.

Color convert

RGB 57 109 72 -
CMYK 0.48 0 0.34 0.57
HSL 137.31º 0.31% 0.33% -
HSV(B) 137.31º 0.48% 0.43% -
XYZ 8.33 12.28 8.06 -
YUV 89.23 118.27 105.01 -
System Red Green Blue C M Y K H S L
Decimal 57 109 72 0.48 0 0.34 0.57 137.31 0.31 0.33
Hex 39 6D 48 30 0 22 39 89 1F 21
Octal 71 155 110 60 0 42 71 211 37 41
Binary 111001 1101101 1001000 110000 0 100010 111001 10001001 11111 100001

Color Harmonies of #396D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396D48

Black with #396D48

Text Example


Text Example

White with #396D48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396D48; }

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

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

background-color css

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

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

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

border-color css

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

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

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