Html Css Color HEX #396F4A Amazon

📋 copy color: '#396F4A'

red 57 ◦ green 111 ◦ blue 74

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

Shades of Amazon #396F4A

Tints of Amazon #396F4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 30.58%

R = 23.55%
G = 45.87%
B = 30.58%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#396F4A (or 0x396F4A) is known color: Amazon. HEX triplet: 39, 6F and 4A. RGB value is (57,111,74). Sum of RGB (Red+Green+Blue) = 57+111+74=242 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.55% from 242); Green value is 111 (43.75% from 255 or 45.87% from 242); Blue value is 74 (29.30% from 255 or 30.58% from 242); Max value from RGB is 111 - color contains mainly: green. Hex color #396F4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396F4A is #C690B5. Grayscale: #5A5A5A. Windows color (decimal): -13013174 or 4878137. OLE color: 4878137.

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

Color convert

RGB 57 111 74 -
CMYK 0.49 0 0.33 0.56
HSL 138.89º 0.32% 0.33% -
HSV(B) 138.89º 0.49% 0.44% -
XYZ 8.61 12.73 8.48 -
YUV 90.64 118.61 104.01 -
System Red Green Blue C M Y K H S L
Decimal 57 111 74 0.49 0 0.33 0.56 138.89 0.32 0.33
Hex 39 6F 4A 31 0 21 38 8B 20 21
Octal 71 157 112 61 0 41 70 213 40 41
Binary 111001 1101111 1001010 110001 0 100001 111000 10001011 100000 100001

Color Harmonies of #396F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396F4A

Black with #396F4A

Text Example


Text Example

White with #396F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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