Html Css Color HEX #396F48 Amazon

📋 copy color: '#396F48'

red 57 ◦ green 111 ◦ blue 72

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

Shades of Amazon #396F48

Tints of Amazon #396F48

RGB

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

 GREEN value IS 111 (43.75% from 255) = 46.25%

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

R = 23.75%
G = 46.25%
B = 30%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#396F48 (or 0x396F48) is known color: Amazon. HEX triplet: 39, 6F and 48. RGB value is (57,111,72). Sum of RGB (Red+Green+Blue) = 57+111+72=240 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.75% from 240); Green value is 111 (43.75% from 255 or 46.25% from 240); Blue value is 72 (28.52% from 255 or 30% from 240); Max value from RGB is 111 - color contains mainly: green. Hex color #396F48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396F48 is #C690B7. Grayscale: #5A5A5A. Windows color (decimal): -13013176 or 4747065. OLE color: 4747065.

HSL color Cylindrical-coordinate representation of color #396F48: hue angle of 136.67º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #396F48 is Cyan = 0.49, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB 57 111 72 -
CMYK 0.49 0 0.35 0.56
HSL 136.67º 0.32% 0.33% -
HSV(B) 136.67º 0.49% 0.44% -
XYZ 8.54 12.71 8.13 -
YUV 90.41 117.61 104.17 -
System Red Green Blue C M Y K H S L
Decimal 57 111 72 0.49 0 0.35 0.56 136.67 0.32 0.33
Hex 39 6F 48 31 0 23 38 89 20 21
Octal 71 157 110 61 0 43 70 211 40 41
Binary 111001 1101111 1001000 110001 0 100011 111000 10001001 100000 100001

Color Harmonies of #396F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396F48

Black with #396F48

Text Example


Text Example

White with #396F48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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