Html Css Color HEX #317854 Amazon

📋 copy color: '#317854'

red 49 ◦ green 120 ◦ blue 84

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

Shades of Amazon #317854

Tints of Amazon #317854

RGB

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

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

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

R = 19.37%
G = 47.43%
B = 33.2%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.3

 K value IS 0.53

RGB Variations

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

Color information

#317854 (or 0x317854) is known color: Amazon. HEX triplet: 31, 78 and 54. RGB value is (49,120,84). Sum of RGB (Red+Green+Blue) = 49+120+84=253 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.37% from 253); Green value is 120 (47.27% from 255 or 47.43% from 253); Blue value is 84 (33.20% from 255 or 33.20% from 253); Max value from RGB is 120 - color contains mainly: green. Hex color #317854 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317854 is #CE87AB. Grayscale: #5E5E5E. Windows color (decimal): -13535148 or 5535793. OLE color: 5535793.

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

Color convert

RGB 49 120 84 -
CMYK 0.59 0 0.3 0.53
HSL 149.58º 0.42% 0.33% -
HSV(B) 149.58º 0.59% 0.47% -
XYZ 9.58 14.73 10.72 -
YUV 94.67 121.98 95.43 -
System Red Green Blue C M Y K H S L
Decimal 49 120 84 0.59 0 0.3 0.53 149.58 0.42 0.33
Hex 31 78 54 3B 0 1E 35 96 2A 21
Octal 61 170 124 73 0 36 65 226 52 41
Binary 110001 1111000 1010100 111011 0 11110 110101 10010110 101010 100001

Color Harmonies of #317854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317854

Black with #317854

Text Example


Text Example

White with #317854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317854; }

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

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

background-color css

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

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

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

border-color css

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

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

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