Html Css Color HEX #317050 Amazon

📋 copy color: '#317050'

red 49 ◦ green 112 ◦ blue 80

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

Shades of Amazon #317050

Tints of Amazon #317050

RGB

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

 GREEN value IS 112 (44.14% from 255) = 46.47%

 BLUE value IS 80 (31.64% from 255) = 33.2%

R = 20.33%
G = 46.47%
B = 33.2%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#317050 (or 0x317050) is known color: Amazon. HEX triplet: 31, 70 and 50. RGB value is (49,112,80). Sum of RGB (Red+Green+Blue) = 49+112+80=241 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.33% from 241); Green value is 112 (44.14% from 255 or 46.47% from 241); Blue value is 80 (31.64% from 255 or 33.20% from 241); Max value from RGB is 112 - color contains mainly: green. Hex color #317050 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317050 is #CE8FAF. Grayscale: #595959. Windows color (decimal): -13537200 or 5271601. OLE color: 5271601.

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

Color convert

RGB 49 112 80 -
CMYK 0.56 0 0.29 0.56
HSL 149.52º 0.39% 0.32% -
HSV(B) 149.52º 0.56% 0.44% -
XYZ 8.51 12.82 9.62 -
YUV 89.52 122.63 99.1 -
System Red Green Blue C M Y K H S L
Decimal 49 112 80 0.56 0 0.29 0.56 149.52 0.39 0.32
Hex 31 70 50 38 0 1D 38 96 27 20
Octal 61 160 120 70 0 35 70 226 47 40
Binary 110001 1110000 1010000 111000 0 11101 111000 10010110 100111 100000

Color Harmonies of #317050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317050

Black with #317050

Text Example


Text Example

White with #317050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317050; }

 p { color: rgb(49,112,80); }

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

background-color css

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

 a { background-color: rgb(49,112,80); }

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

border-color css

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

 span { border-color: rgb(49,112,80); }

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