Html Css Color HEX #396F4F Amazon

📋 copy color: '#396F4F'

red 57 ◦ green 111 ◦ blue 79

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

Shades of Amazon #396F4F

Tints of Amazon #396F4F

RGB

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

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

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

R = 23.08%
G = 44.94%
B = 31.98%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#396F4F (or 0x396F4F) is known color: Amazon. HEX triplet: 39, 6F and 4F. RGB value is (57,111,79). Sum of RGB (Red+Green+Blue) = 57+111+79=247 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.08% from 247); Green value is 111 (43.75% from 255 or 44.94% from 247); Blue value is 79 (31.25% from 255 or 31.98% from 247); Max value from RGB is 111 - color contains mainly: green. Hex color #396F4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396F4F is #C690B0. Grayscale: #5B5B5B. Windows color (decimal): -13013169 or 5205817. OLE color: 5205817.

HSL color Cylindrical-coordinate representation of color #396F4F: hue angle of 144.44º 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 #396F4F is Cyan = 0.49, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB 57 111 79 -
CMYK 0.49 0 0.29 0.56
HSL 144.44º 0.32% 0.33% -
HSV(B) 144.44º 0.49% 0.44% -
XYZ 8.78 12.8 9.41 -
YUV 91.21 121.11 103.6 -
System Red Green Blue C M Y K H S L
Decimal 57 111 79 0.49 0 0.29 0.56 144.44 0.32 0.33
Hex 39 6F 4F 31 0 1D 38 90 20 21
Octal 71 157 117 61 0 35 70 220 40 41
Binary 111001 1101111 1001111 110001 0 11101 111000 10010000 100000 100001

Color Harmonies of #396F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396F4F

Black with #396F4F

Text Example


Text Example

White with #396F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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