Html Css Color HEX #39804A Amazon

📋 copy color: '#39804A'

red 57 ◦ green 128 ◦ blue 74

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

Shades of Amazon #39804A

Tints of Amazon #39804A

RGB

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

 GREEN value IS 128 (50.39% from 255) = 49.42%

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

R = 22.01%
G = 49.42%
B = 28.57%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.42

 K value IS 0.50

RGB Variations

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

Color information

#39804A (or 0x39804A) is known color: Amazon. HEX triplet: 39, 80 and 4A. RGB value is (57,128,74). Sum of RGB (Red+Green+Blue) = 57+128+74=259 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.01% from 259); Green value is 128 (50.39% from 255 or 49.42% from 259); Blue value is 74 (29.30% from 255 or 28.57% from 259); Max value from RGB is 128 - color contains mainly: green. Hex color #39804A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #39804A is #C67FB5. Grayscale: #646464. Windows color (decimal): -13008822 or 4882489. OLE color: 4882489.

HSL color Cylindrical-coordinate representation of color #39804A: hue angle of 134.37º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #39804A is Cyan = 0.55, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.50.

Color convert

RGB 57 128 74 -
CMYK 0.55 0 0.42 0.50
HSL 134.37º 0.38% 0.36% -
HSV(B) 134.37º 0.55% 0.5% -
XYZ 10.64 16.8 9.16 -
YUV 100.62 112.98 96.89 -
System Red Green Blue C M Y K H S L
Decimal 57 128 74 0.55 0 0.42 0.50 134.37 0.38 0.36
Hex 39 80 4A 37 0 2A 32 86 26 24
Octal 71 200 112 67 0 52 62 206 46 44
Binary 111001 10000000 1001010 110111 0 101010 110010 10000110 100110 100100

Color Harmonies of #39804A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39804A

Black with #39804A

Text Example


Text Example

White with #39804A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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