Html Css Color HEX #31714B Amazon

📋 copy color: '#31714B'

red 49 ◦ green 113 ◦ blue 75

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

Shades of Amazon #31714B

Tints of Amazon #31714B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 47.68%

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

R = 20.68%
G = 47.68%
B = 31.65%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#31714B (or 0x31714B) is known color: Amazon. HEX triplet: 31, 71 and 4B. RGB value is (49,113,75). Sum of RGB (Red+Green+Blue) = 49+113+75=237 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.68% from 237); Green value is 113 (44.53% from 255 or 47.68% from 237); Blue value is 75 (29.69% from 255 or 31.65% from 237); Max value from RGB is 113 - color contains mainly: green. Hex color #31714B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31714B is #CE8EB4. Grayscale: #595959. Windows color (decimal): -13536949 or 4944177. OLE color: 4944177.

HSL color Cylindrical-coordinate representation of color #31714B: hue angle of 144.38º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #31714B is Cyan = 0.57, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB 49 113 75 -
CMYK 0.57 0 0.34 0.56
HSL 144.38º 0.4% 0.32% -
HSV(B) 144.38º 0.57% 0.44% -
XYZ 8.44 12.97 8.72 -
YUV 89.53 119.8 99.09 -
System Red Green Blue C M Y K H S L
Decimal 49 113 75 0.57 0 0.34 0.56 144.38 0.4 0.32
Hex 31 71 4B 39 0 22 38 90 28 20
Octal 61 161 113 71 0 42 70 220 50 40
Binary 110001 1110001 1001011 111001 0 100010 111000 10010000 101000 100000

Color Harmonies of #31714B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31714B

Black with #31714B

Text Example


Text Example

White with #31714B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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