Html Css Color HEX #31844C Amazon

📋 copy color: '#31844C'

red 49 ◦ green 132 ◦ blue 76

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

Shades of Amazon #31844C

Tints of Amazon #31844C

RGB

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

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

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

R = 19.07%
G = 51.36%
B = 29.57%

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

#31844C (or 0x31844C) is known color: Amazon. HEX triplet: 31, 84 and 4C. RGB value is (49,132,76). Sum of RGB (Red+Green+Blue) = 49+132+76=257 (34% of max value = 765). Red value is 49 (19.53% from 255 or 19.07% from 257); Green value is 132 (51.95% from 255 or 51.36% from 257); Blue value is 76 (30.08% from 255 or 29.57% from 257); Max value from RGB is 132 - color contains mainly: green. Hex color #31844C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31844C is #CE7BB3. Grayscale: #646464. Windows color (decimal): -13532084 or 5014577. OLE color: 5014577.

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

Color convert

RGB 49 132 76 -
CMYK 0.63 0 0.42 0.48
HSL 139.52º 0.46% 0.35% -
HSV(B) 139.52º 0.63% 0.52% -
XYZ 10.82 17.68 9.68 -
YUV 100.8 114 91.05 -
System Red Green Blue C M Y K H S L
Decimal 49 132 76 0.63 0 0.42 0.48 139.52 0.46 0.35
Hex 31 84 4C 3F 0 2A 30 8C 2E 23
Octal 61 204 114 77 0 52 60 214 56 43
Binary 110001 10000100 1001100 111111 0 101010 110000 10001100 101110 100011

Color Harmonies of #31844C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31844C

Black with #31844C

Text Example


Text Example

White with #31844C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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