Html Css Color HEX #39774C Amazon

📋 copy color: '#39774C'

red 57 ◦ green 119 ◦ blue 76

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

Shades of Amazon #39774C

Tints of Amazon #39774C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 30.16%

R = 22.62%
G = 47.22%
B = 30.16%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.36

 K value IS 0.53

RGB Variations

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

Color information

#39774C (or 0x39774C) is known color: Amazon. HEX triplet: 39, 77 and 4C. RGB value is (57,119,76). Sum of RGB (Red+Green+Blue) = 57+119+76=252 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.62% from 252); Green value is 119 (46.88% from 255 or 47.22% from 252); Blue value is 76 (30.08% from 255 or 30.16% from 252); Max value from RGB is 119 - color contains mainly: green. Hex color #39774C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39774C is #C688B3. Grayscale: #5F5F5F. Windows color (decimal): -13011124 or 5011257. OLE color: 5011257.

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

Color convert

RGB 57 119 76 -
CMYK 0.52 0 0.36 0.53
HSL 138.39º 0.35% 0.35% -
HSV(B) 138.39º 0.52% 0.47% -
XYZ 9.59 14.59 9.15 -
YUV 95.56 116.96 100.5 -
System Red Green Blue C M Y K H S L
Decimal 57 119 76 0.52 0 0.36 0.53 138.39 0.35 0.35
Hex 39 77 4C 34 0 24 35 8A 23 23
Octal 71 167 114 64 0 44 65 212 43 43
Binary 111001 1110111 1001100 110100 0 100100 110101 10001010 100011 100011

Color Harmonies of #39774C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39774C

Black with #39774C

Text Example


Text Example

White with #39774C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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