Html Css Color HEX #31804C Amazon

📋 copy color: '#31804C'

red 49 ◦ green 128 ◦ blue 76

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

Shades of Amazon #31804C

Tints of Amazon #31804C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 50.59%

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

R = 19.37%
G = 50.59%
B = 30.04%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.41

 K value IS 0.50

RGB Variations

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

Color information

#31804C (or 0x31804C) is known color: Amazon. HEX triplet: 31, 80 and 4C. RGB value is (49,128,76). Sum of RGB (Red+Green+Blue) = 49+128+76=253 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.37% from 253); Green value is 128 (50.39% from 255 or 50.59% from 253); Blue value is 76 (30.08% from 255 or 30.04% from 253); Max value from RGB is 128 - color contains mainly: green. Hex color #31804C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31804C is #CE7FB3. Grayscale: #626262. Windows color (decimal): -13533108 or 5013553. OLE color: 5013553.

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

Color convert

RGB 49 128 76 -
CMYK 0.62 0 0.41 0.50
HSL 140.51º 0.45% 0.35% -
HSV(B) 140.51º 0.62% 0.5% -
XYZ 10.29 16.61 9.5 -
YUV 98.45 115.33 92.73 -
System Red Green Blue C M Y K H S L
Decimal 49 128 76 0.62 0 0.41 0.50 140.51 0.45 0.35
Hex 31 80 4C 3E 0 29 32 8D 2D 23
Octal 61 200 114 76 0 51 62 215 55 43
Binary 110001 10000000 1001100 111110 0 101001 110010 10001101 101101 100011

Color Harmonies of #31804C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31804C

Black with #31804C

Text Example


Text Example

White with #31804C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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