Html Css Color HEX #317454 Amazon

📋 copy color: '#317454'

red 49 ◦ green 116 ◦ blue 84

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

Shades of Amazon #317454

Tints of Amazon #317454

RGB

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

 GREEN value IS 116 (45.7% from 255) = 46.59%

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

R = 19.68%
G = 46.59%
B = 33.73%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.28

 K value IS 0.55

RGB Variations

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

Color information

#317454 (or 0x317454) is known color: Amazon. HEX triplet: 31, 74 and 54. RGB value is (49,116,84). Sum of RGB (Red+Green+Blue) = 49+116+84=249 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.68% from 249); Green value is 116 (45.70% from 255 or 46.59% from 249); Blue value is 84 (33.20% from 255 or 33.73% from 249); Max value from RGB is 116 - color contains mainly: green. Hex color #317454 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317454 is #CE8BAB. Grayscale: #5C5C5C. Windows color (decimal): -13536172 or 5534769. OLE color: 5534769.

HSL color Cylindrical-coordinate representation of color #317454: hue angle of 151.34º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #317454 is Cyan = 0.58, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.55.

Color convert

RGB 49 116 84 -
CMYK 0.58 0 0.28 0.55
HSL 151.34º 0.41% 0.32% -
HSV(B) 151.34º 0.58% 0.45% -
XYZ 9.11 13.78 10.57 -
YUV 92.32 123.3 97.1 -
System Red Green Blue C M Y K H S L
Decimal 49 116 84 0.58 0 0.28 0.55 151.34 0.41 0.32
Hex 31 74 54 3A 0 1C 37 97 29 20
Octal 61 164 124 72 0 34 67 227 51 40
Binary 110001 1110100 1010100 111010 0 11100 110111 10010111 101001 100000

Color Harmonies of #317454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317454

Black with #317454

Text Example


Text Example

White with #317454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317454; }

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

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

background-color css

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

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

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

border-color css

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

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

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