Html Css Color HEX #39844C Amazon

📋 copy color: '#39844C'

red 57 ◦ green 132 ◦ blue 76

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

Shades of Amazon #39844C

Tints of Amazon #39844C

RGB

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

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

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

R = 21.51%
G = 49.81%
B = 28.68%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.42

 K value IS 0.48

RGB Variations

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

Color information

#39844C (or 0x39844C) is known color: Amazon. HEX triplet: 39, 84 and 4C. RGB value is (57,132,76). Sum of RGB (Red+Green+Blue) = 57+132+76=265 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.51% from 265); Green value is 132 (51.95% from 255 or 49.81% from 265); Blue value is 76 (30.08% from 255 or 28.68% from 265); Max value from RGB is 132 - color contains mainly: green. Hex color #39844C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #39844C is #C67BB3. Grayscale: #676767. Windows color (decimal): -13007796 or 5014585. OLE color: 5014585.

HSL color Cylindrical-coordinate representation of color #39844C: hue angle of 135.2º 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 #39844C is Cyan = 0.57, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.48.

Color convert

RGB 57 132 76 -
CMYK 0.57 0 0.42 0.48
HSL 135.2º 0.4% 0.37% -
HSV(B) 135.2º 0.57% 0.52% -
XYZ 11.24 17.89 9.7 -
YUV 103.19 112.65 95.05 -
System Red Green Blue C M Y K H S L
Decimal 57 132 76 0.57 0 0.42 0.48 135.2 0.4 0.37
Hex 39 84 4C 39 0 2A 30 87 28 25
Octal 71 204 114 71 0 52 60 207 50 45
Binary 111001 10000100 1001100 111001 0 101010 110000 10000111 101000 100101

Color Harmonies of #39844C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39844C

Black with #39844C

Text Example


Text Example

White with #39844C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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