Html Css Color HEX #31784F Amazon

📋 copy color: '#31784F'

red 49 ◦ green 120 ◦ blue 79

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

Shades of Amazon #31784F

Tints of Amazon #31784F

RGB

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

 GREEN value IS 120 (47.27% from 255) = 48.39%

 BLUE value IS 79 (31.25% from 255) = 31.85%

R = 19.76%
G = 48.39%
B = 31.85%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.34

 K value IS 0.53

RGB Variations

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

Color information

#31784F (or 0x31784F) is known color: Amazon. HEX triplet: 31, 78 and 4F. RGB value is (49,120,79). Sum of RGB (Red+Green+Blue) = 49+120+79=248 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.76% from 248); Green value is 120 (47.27% from 255 or 48.39% from 248); Blue value is 79 (31.25% from 255 or 31.85% from 248); Max value from RGB is 120 - color contains mainly: green. Hex color #31784F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31784F is #CE87B0. Grayscale: #5E5E5E. Windows color (decimal): -13535153 or 5208113. OLE color: 5208113.

HSL color Cylindrical-coordinate representation of color #31784F: hue angle of 145.35º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #31784F is Cyan = 0.59, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB 49 120 79 -
CMYK 0.59 0 0.34 0.53
HSL 145.35º 0.42% 0.33% -
HSV(B) 145.35º 0.59% 0.47% -
XYZ 9.39 14.65 9.73 -
YUV 94.1 119.48 95.83 -
System Red Green Blue C M Y K H S L
Decimal 49 120 79 0.59 0 0.34 0.53 145.35 0.42 0.33
Hex 31 78 4F 3B 0 22 35 91 2A 21
Octal 61 170 117 73 0 42 65 221 52 41
Binary 110001 1111000 1001111 111011 0 100010 110101 10010001 101010 100001

Color Harmonies of #31784F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31784F

Black with #31784F

Text Example


Text Example

White with #31784F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31784F; }

 p { color: rgb(49,120,79); }

 H1.HeaderClassName
 {
   color: #31784F;
 }
 .AnyTagClassName
 {
   color: #31784F;
 }
</style>

background-color css

<style>
 a { background-color: #31784F; }

 a { background-color: rgb(49,120,79); }

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

border-color css

<style>
 span { border-color: #31784F; }

 span { border-color: rgb(49,120,79); }

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