Html Css Color HEX #39774A Amazon

📋 copy color: '#39774A'

red 57 ◦ green 119 ◦ blue 74

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

Shades of Amazon #39774A

Tints of Amazon #39774A

RGB

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

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

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

R = 22.8%
G = 47.6%
B = 29.6%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.38

 K value IS 0.53

RGB Variations

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

Color information

#39774A (or 0x39774A) is known color: Amazon. HEX triplet: 39, 77 and 4A. RGB value is (57,119,74). Sum of RGB (Red+Green+Blue) = 57+119+74=250 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.8% from 250); Green value is 119 (46.88% from 255 or 47.6% from 250); Blue value is 74 (29.30% from 255 or 29.6% from 250); Max value from RGB is 119 - color contains mainly: green. Hex color #39774A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39774A is #C688B5. Grayscale: #5F5F5F. Windows color (decimal): -13011126 or 4880185. OLE color: 4880185.

HSL color Cylindrical-coordinate representation of color #39774A: hue angle of 136.45º 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 #39774A is Cyan = 0.52, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.53.

Color convert

RGB 57 119 74 -
CMYK 0.52 0 0.38 0.53
HSL 136.45º 0.35% 0.35% -
HSV(B) 136.45º 0.52% 0.47% -
XYZ 9.52 14.56 8.79 -
YUV 95.33 115.96 100.66 -
System Red Green Blue C M Y K H S L
Decimal 57 119 74 0.52 0 0.38 0.53 136.45 0.35 0.35
Hex 39 77 4A 34 0 26 35 88 23 23
Octal 71 167 112 64 0 46 65 210 43 43
Binary 111001 1110111 1001010 110100 0 100110 110101 10001000 100011 100011

Color Harmonies of #39774A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39774A

Black with #39774A

Text Example


Text Example

White with #39774A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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