Html Css Color HEX #396C4F Amazon

📋 copy color: '#396C4F'

red 57 ◦ green 108 ◦ blue 79

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

Shades of Amazon #396C4F

Tints of Amazon #396C4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 32.38%

R = 23.36%
G = 44.26%
B = 32.38%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.27

 K value IS 0.58

RGB Variations

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

Color information

#396C4F (or 0x396C4F) is known color: Amazon. HEX triplet: 39, 6C and 4F. RGB value is (57,108,79). Sum of RGB (Red+Green+Blue) = 57+108+79=244 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.36% from 244); Green value is 108 (42.58% from 255 or 44.26% from 244); Blue value is 79 (31.25% from 255 or 32.38% from 244); Max value from RGB is 108 - color contains mainly: green. Hex color #396C4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396C4F is #C693B0. Grayscale: #595959. Windows color (decimal): -13013937 or 5205049. OLE color: 5205049.

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

Color convert

RGB 57 108 79 -
CMYK 0.47 0 0.27 0.58
HSL 145.88º 0.31% 0.32% -
HSV(B) 145.88º 0.47% 0.42% -
XYZ 8.46 12.16 9.3 -
YUV 89.45 122.1 104.86 -
System Red Green Blue C M Y K H S L
Decimal 57 108 79 0.47 0 0.27 0.58 145.88 0.31 0.32
Hex 39 6C 4F 2F 0 1B 3A 92 1F 20
Octal 71 154 117 57 0 33 72 222 37 40
Binary 111001 1101100 1001111 101111 0 11011 111010 10010010 11111 100000

Color Harmonies of #396C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396C4F

Black with #396C4F

Text Example


Text Example

White with #396C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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