Html Css Color HEX #396C50 Amazon

📋 copy color: '#396C50'

red 57 ◦ green 108 ◦ blue 80

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

Shades of Amazon #396C50

Tints of Amazon #396C50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 32.65%

R = 23.27%
G = 44.08%
B = 32.65%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.26

 K value IS 0.58

RGB Variations

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

Color information

#396C50 (or 0x396C50) is known color: Amazon. HEX triplet: 39, 6C and 50. RGB value is (57,108,80). Sum of RGB (Red+Green+Blue) = 57+108+80=245 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.27% from 245); Green value is 108 (42.58% from 255 or 44.08% from 245); Blue value is 80 (31.64% from 255 or 32.65% from 245); Max value from RGB is 108 - color contains mainly: green. Hex color #396C50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396C50 is #C693AF. Grayscale: #595959. Windows color (decimal): -13013936 or 5270585. OLE color: 5270585.

HSL color Cylindrical-coordinate representation of color #396C50: hue angle of 147.06º 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 #396C50 is Cyan = 0.47, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.58.

Color convert

RGB 57 108 80 -
CMYK 0.47 0 0.26 0.58
HSL 147.06º 0.31% 0.32% -
HSV(B) 147.06º 0.47% 0.42% -
XYZ 8.5 12.17 9.49 -
YUV 89.56 122.6 104.78 -
System Red Green Blue C M Y K H S L
Decimal 57 108 80 0.47 0 0.26 0.58 147.06 0.31 0.32
Hex 39 6C 50 2F 0 1A 3A 93 1F 20
Octal 71 154 120 57 0 32 72 223 37 40
Binary 111001 1101100 1010000 101111 0 11010 111010 10010011 11111 100000

Color Harmonies of #396C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396C50

Black with #396C50

Text Example


Text Example

White with #396C50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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