Html Css Color HEX #39894D Amazon

📋 copy color: '#39894D'

red 57 ◦ green 137 ◦ blue 77

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

Shades of Amazon #39894D

Tints of Amazon #39894D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 50.55%

 BLUE value IS 77 (30.47% from 255) = 28.41%

R = 21.03%
G = 50.55%
B = 28.41%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.44

 K value IS 0.46

RGB Variations

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

Color information

#39894D (or 0x39894D) is known color: Amazon. HEX triplet: 39, 89 and 4D. RGB value is (57,137,77). Sum of RGB (Red+Green+Blue) = 57+137+77=271 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.03% from 271); Green value is 137 (53.91% from 255 or 50.55% from 271); Blue value is 77 (30.47% from 255 or 28.41% from 271); Max value from RGB is 137 - color contains mainly: green. Hex color #39894D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #39894D is #C676B2. Grayscale: #6A6A6A. Windows color (decimal): -13006515 or 5081401. OLE color: 5081401.

HSL color Cylindrical-coordinate representation of color #39894D: hue angle of 135º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #39894D is Cyan = 0.58, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.46.

Color convert

RGB 57 137 77 -
CMYK 0.58 0 0.44 0.46
HSL 135º 0.41% 0.38% -
HSV(B) 135º 0.58% 0.54% -
XYZ 11.97 19.3 10.11 -
YUV 106.24 111.5 92.88 -
System Red Green Blue C M Y K H S L
Decimal 57 137 77 0.58 0 0.44 0.46 135 0.41 0.38
Hex 39 89 4D 3A 0 2C 2E 87 29 26
Octal 71 211 115 72 0 54 56 207 51 46
Binary 111001 10001001 1001101 111010 0 101100 101110 10000111 101001 100110

Color Harmonies of #39894D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39894D

Black with #39894D

Text Example


Text Example

White with #39894D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39894D; }

 p { color: rgb(57,137,77); }

 H1.HeaderClassName
 {
   color: #39894D;
 }
 .AnyTagClassName
 {
   color: #39894D;
 }
</style>

background-color css

<style>
 a { background-color: #39894D; }

 a { background-color: rgb(57,137,77); }

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

border-color css

<style>
 span { border-color: #39894D; }

 span { border-color: rgb(57,137,77); }

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