Html Css Color HEX #317054 Amazon

📋 copy color: '#317054'

red 49 ◦ green 112 ◦ blue 84

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

Shades of Amazon #317054

Tints of Amazon #317054

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 34.29%

R = 20%
G = 45.71%
B = 34.29%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#317054 (or 0x317054) is known color: Amazon. HEX triplet: 31, 70 and 54. RGB value is (49,112,84). Sum of RGB (Red+Green+Blue) = 49+112+84=245 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20% from 245); Green value is 112 (44.14% from 255 or 45.71% from 245); Blue value is 84 (33.20% from 255 or 34.29% from 245); Max value from RGB is 112 - color contains mainly: green. Hex color #317054 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317054 is #CE8FAB. Grayscale: #5A5A5A. Windows color (decimal): -13537196 or 5533745. OLE color: 5533745.

HSL color Cylindrical-coordinate representation of color #317054: hue angle of 153.33º 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 #317054 is Cyan = 0.56, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.56.

Color convert

RGB 49 112 84 -
CMYK 0.56 0 0.25 0.56
HSL 153.33º 0.39% 0.32% -
HSV(B) 153.33º 0.56% 0.44% -
XYZ 8.66 12.88 10.42 -
YUV 89.97 124.63 98.78 -
System Red Green Blue C M Y K H S L
Decimal 49 112 84 0.56 0 0.25 0.56 153.33 0.39 0.32
Hex 31 70 54 38 0 19 38 99 27 20
Octal 61 160 124 70 0 31 70 231 47 40
Binary 110001 1110000 1010100 111000 0 11001 111000 10011001 100111 100000

Color Harmonies of #317054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317054

Black with #317054

Text Example


Text Example

White with #317054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317054; }

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

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

background-color css

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

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

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

border-color css

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

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

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