Html Css Color HEX #39844A Amazon

📋 copy color: '#39844A'

red 57 ◦ green 132 ◦ blue 74

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

Shades of Amazon #39844A

Tints of Amazon #39844A

RGB

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

 GREEN value IS 132 (51.95% from 255) = 50.19%

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

R = 21.67%
G = 50.19%
B = 28.14%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.44

 K value IS 0.48

RGB Variations

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

Color information

#39844A (or 0x39844A) is known color: Amazon. HEX triplet: 39, 84 and 4A. RGB value is (57,132,74). Sum of RGB (Red+Green+Blue) = 57+132+74=263 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.67% from 263); Green value is 132 (51.95% from 255 or 50.19% from 263); Blue value is 74 (29.30% from 255 or 28.14% from 263); Max value from RGB is 132 - color contains mainly: green. Hex color #39844A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #39844A is #C67BB5. Grayscale: #676767. Windows color (decimal): -13007798 or 4883513. OLE color: 4883513.

HSL color Cylindrical-coordinate representation of color #39844A: hue angle of 133.6º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #39844A is Cyan = 0.57, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB 57 132 74 -
CMYK 0.57 0 0.44 0.48
HSL 133.6º 0.4% 0.37% -
HSV(B) 133.6º 0.57% 0.52% -
XYZ 11.17 17.87 9.34 -
YUV 102.96 111.65 95.22 -
System Red Green Blue C M Y K H S L
Decimal 57 132 74 0.57 0 0.44 0.48 133.6 0.4 0.37
Hex 39 84 4A 39 0 2C 30 86 28 25
Octal 71 204 112 71 0 54 60 206 50 45
Binary 111001 10000100 1001010 111001 0 101100 110000 10000110 101000 100101

Color Harmonies of #39844A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39844A

Black with #39844A

Text Example


Text Example

White with #39844A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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