Html Css Color HEX #31844D Amazon

📋 copy color: '#31844D'

red 49 ◦ green 132 ◦ blue 77

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

Shades of Amazon #31844D

Tints of Amazon #31844D

RGB

 RED value IS 49 (19.53% from 255) = 18.99%

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

 BLUE value IS 77 (30.47% from 255) = 29.84%

R = 18.99%
G = 51.16%
B = 29.84%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.42

 K value IS 0.48

RGB Variations

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

Color information

#31844D (or 0x31844D) is known color: Amazon. HEX triplet: 31, 84 and 4D. RGB value is (49,132,77). Sum of RGB (Red+Green+Blue) = 49+132+77=258 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.99% from 258); Green value is 132 (51.95% from 255 or 51.16% from 258); Blue value is 77 (30.47% from 255 or 29.84% from 258); Max value from RGB is 132 - color contains mainly: green. Hex color #31844D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31844D is #CE7BB2. Grayscale: #656565. Windows color (decimal): -13532083 or 5080113. OLE color: 5080113.

HSL color Cylindrical-coordinate representation of color #31844D: hue angle of 140.24º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #31844D is Cyan = 0.63, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.48.

Color convert

RGB 49 132 77 -
CMYK 0.63 0 0.42 0.48
HSL 140.24º 0.46% 0.35% -
HSV(B) 140.24º 0.63% 0.52% -
XYZ 10.86 17.69 9.86 -
YUV 100.91 114.5 90.97 -
System Red Green Blue C M Y K H S L
Decimal 49 132 77 0.63 0 0.42 0.48 140.24 0.46 0.35
Hex 31 84 4D 3F 0 2A 30 8C 2E 23
Octal 61 204 115 77 0 52 60 214 56 43
Binary 110001 10000100 1001101 111111 0 101010 110000 10001100 101110 100011

Color Harmonies of #31844D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31844D

Black with #31844D

Text Example


Text Example

White with #31844D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31844D; }

 p { color: rgb(49,132,77); }

 H1.HeaderClassName
 {
   color: #31844D;
 }
 .AnyTagClassName
 {
   color: #31844D;
 }
</style>

background-color css

<style>
 a { background-color: #31844D; }

 a { background-color: rgb(49,132,77); }

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

border-color css

<style>
 span { border-color: #31844D; }

 span { border-color: rgb(49,132,77); }

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