Html Css Color HEX #31784B Amazon

📋 copy color: '#31784B'

red 49 ◦ green 120 ◦ blue 75

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

Shades of Amazon #31784B

Tints of Amazon #31784B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 30.74%

R = 20.08%
G = 49.18%
B = 30.74%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.37

 K value IS 0.53

RGB Variations

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

Color information

#31784B (or 0x31784B) is known color: Amazon. HEX triplet: 31, 78 and 4B. RGB value is (49,120,75). Sum of RGB (Red+Green+Blue) = 49+120+75=244 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.08% from 244); Green value is 120 (47.27% from 255 or 49.18% from 244); Blue value is 75 (29.69% from 255 or 30.74% from 244); Max value from RGB is 120 - color contains mainly: green. Hex color #31784B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31784B is #CE87B4. Grayscale: #5D5D5D. Windows color (decimal): -13535157 or 4945969. OLE color: 4945969.

HSL color Cylindrical-coordinate representation of color #31784B: hue angle of 141.97º 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 #31784B is Cyan = 0.59, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB 49 120 75 -
CMYK 0.59 0 0.37 0.53
HSL 141.97º 0.42% 0.33% -
HSV(B) 141.97º 0.59% 0.47% -
XYZ 9.25 14.59 8.99 -
YUV 93.64 117.48 96.16 -
System Red Green Blue C M Y K H S L
Decimal 49 120 75 0.59 0 0.37 0.53 141.97 0.42 0.33
Hex 31 78 4B 3B 0 25 35 8E 2A 21
Octal 61 170 113 73 0 45 65 216 52 41
Binary 110001 1111000 1001011 111011 0 100101 110101 10001110 101010 100001

Color Harmonies of #31784B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31784B

Black with #31784B

Text Example


Text Example

White with #31784B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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