Html Css Color HEX #39774D Amazon

📋 copy color: '#39774D'

red 57 ◦ green 119 ◦ blue 77

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

Shades of Amazon #39774D

Tints of Amazon #39774D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 47.04%

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

R = 22.53%
G = 47.04%
B = 30.43%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.35

 K value IS 0.53

RGB Variations

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

Color information

#39774D (or 0x39774D) is known color: Amazon. HEX triplet: 39, 77 and 4D. RGB value is (57,119,77). Sum of RGB (Red+Green+Blue) = 57+119+77=253 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.53% from 253); Green value is 119 (46.88% from 255 or 47.04% from 253); Blue value is 77 (30.47% from 255 or 30.43% from 253); Max value from RGB is 119 - color contains mainly: green. Hex color #39774D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39774D is #C688B2. Grayscale: #5F5F5F. Windows color (decimal): -13011123 or 5076793. OLE color: 5076793.

HSL color Cylindrical-coordinate representation of color #39774D: hue angle of 139.35º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #39774D is Cyan = 0.52, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.53.

Color convert

RGB 57 119 77 -
CMYK 0.52 0 0.35 0.53
HSL 139.35º 0.35% 0.35% -
HSV(B) 139.35º 0.52% 0.47% -
XYZ 9.62 14.6 9.33 -
YUV 95.67 117.46 100.42 -
System Red Green Blue C M Y K H S L
Decimal 57 119 77 0.52 0 0.35 0.53 139.35 0.35 0.35
Hex 39 77 4D 34 0 23 35 8B 23 23
Octal 71 167 115 64 0 43 65 213 43 43
Binary 111001 1110111 1001101 110100 0 100011 110101 10001011 100011 100011

Color Harmonies of #39774D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39774D

Black with #39774D

Text Example


Text Example

White with #39774D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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