Html Css Color HEX #396C48 Amazon

📋 copy color: '#396C48'

red 57 ◦ green 108 ◦ blue 72

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

Shades of Amazon #396C48

Tints of Amazon #396C48

RGB

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

 GREEN value IS 108 (42.58% from 255) = 45.57%

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

R = 24.05%
G = 45.57%
B = 30.38%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.33

 K value IS 0.58

RGB Variations

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

Color information

#396C48 (or 0x396C48) is known color: Amazon. HEX triplet: 39, 6C and 48. RGB value is (57,108,72). Sum of RGB (Red+Green+Blue) = 57+108+72=237 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.05% from 237); Green value is 108 (42.58% from 255 or 45.57% from 237); Blue value is 72 (28.52% from 255 or 30.38% from 237); Max value from RGB is 108 - color contains mainly: green. Hex color #396C48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396C48 is #C693B7. Grayscale: #585858. Windows color (decimal): -13013944 or 4746297. OLE color: 4746297.

HSL color Cylindrical-coordinate representation of color #396C48: hue angle of 137.65º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #396C48 is Cyan = 0.47, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.58.

Color convert

RGB 57 108 72 -
CMYK 0.47 0 0.33 0.58
HSL 137.65º 0.31% 0.32% -
HSV(B) 137.65º 0.47% 0.42% -
XYZ 8.22 12.06 8.03 -
YUV 88.65 118.6 105.43 -
System Red Green Blue C M Y K H S L
Decimal 57 108 72 0.47 0 0.33 0.58 137.65 0.31 0.32
Hex 39 6C 48 2F 0 21 3A 8A 1F 20
Octal 71 154 110 57 0 41 72 212 37 40
Binary 111001 1101100 1001000 101111 0 100001 111010 10001010 11111 100000

Color Harmonies of #396C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396C48

Black with #396C48

Text Example


Text Example

White with #396C48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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