Html Css Color HEX #31824C Amazon

📋 copy color: '#31824C'

red 49 ◦ green 130 ◦ blue 76

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

Shades of Amazon #31824C

Tints of Amazon #31824C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 50.98%

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

R = 19.22%
G = 50.98%
B = 29.8%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.42

 K value IS 0.49

RGB Variations

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

Color information

#31824C (or 0x31824C) is known color: Amazon. HEX triplet: 31, 82 and 4C. RGB value is (49,130,76). Sum of RGB (Red+Green+Blue) = 49+130+76=255 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.22% from 255); Green value is 130 (51.17% from 255 or 50.98% from 255); Blue value is 76 (30.08% from 255 or 29.80% from 255); Max value from RGB is 130 - color contains mainly: green. Hex color #31824C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31824C is #CE7DB3. Grayscale: #636363. Windows color (decimal): -13532596 or 5014065. OLE color: 5014065.

HSL color Cylindrical-coordinate representation of color #31824C: hue angle of 140º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #31824C is Cyan = 0.62, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB 49 130 76 -
CMYK 0.62 0 0.42 0.49
HSL 140º 0.45% 0.35% -
HSV(B) 140º 0.62% 0.51% -
XYZ 10.55 17.14 9.59 -
YUV 99.63 114.66 91.89 -
System Red Green Blue C M Y K H S L
Decimal 49 130 76 0.62 0 0.42 0.49 140 0.45 0.35
Hex 31 82 4C 3E 0 2A 31 8C 2D 23
Octal 61 202 114 76 0 52 61 214 55 43
Binary 110001 10000010 1001100 111110 0 101010 110001 10001100 101101 100011

Color Harmonies of #31824C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31824C

Black with #31824C

Text Example


Text Example

White with #31824C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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