Html Css Color HEX #39794A Amazon

📋 copy color: '#39794A'

red 57 ◦ green 121 ◦ blue 74

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

Shades of Amazon #39794A

Tints of Amazon #39794A

RGB

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

 GREEN value IS 121 (47.66% from 255) = 48.02%

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

R = 22.62%
G = 48.02%
B = 29.37%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#39794A (or 0x39794A) is known color: Amazon. HEX triplet: 39, 79 and 4A. RGB value is (57,121,74). Sum of RGB (Red+Green+Blue) = 57+121+74=252 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.62% from 252); Green value is 121 (47.66% from 255 or 48.02% from 252); Blue value is 74 (29.30% from 255 or 29.37% from 252); Max value from RGB is 121 - color contains mainly: green. Hex color #39794A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39794A is #C686B5. Grayscale: #606060. Windows color (decimal): -13010614 or 4880697. OLE color: 4880697.

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

Color convert

RGB 57 121 74 -
CMYK 0.53 0 0.39 0.53
HSL 135.94º 0.36% 0.35% -
HSV(B) 135.94º 0.53% 0.47% -
XYZ 9.76 15.04 8.87 -
YUV 96.51 115.3 99.82 -
System Red Green Blue C M Y K H S L
Decimal 57 121 74 0.53 0 0.39 0.53 135.94 0.36 0.35
Hex 39 79 4A 35 0 27 35 88 24 23
Octal 71 171 112 65 0 47 65 210 44 43
Binary 111001 1111001 1001010 110101 0 100111 110101 10001000 100100 100011

Color Harmonies of #39794A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39794A

Black with #39794A

Text Example


Text Example

White with #39794A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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