Html Css Color HEX #317453 Amazon

📋 copy color: '#317453'

red 49 ◦ green 116 ◦ blue 83

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

Shades of Amazon #317453

Tints of Amazon #317453

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 33.47%

R = 19.76%
G = 46.77%
B = 33.47%

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

#317453 (or 0x317453) is known color: Amazon. HEX triplet: 31, 74 and 53. RGB value is (49,116,83). Sum of RGB (Red+Green+Blue) = 49+116+83=248 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.76% from 248); Green value is 116 (45.70% from 255 or 46.77% from 248); Blue value is 83 (32.81% from 255 or 33.47% from 248); Max value from RGB is 116 - color contains mainly: green. Hex color #317453 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317453 is #CE8BAC. Grayscale: #5C5C5C. Windows color (decimal): -13536173 or 5469233. OLE color: 5469233.

HSL color Cylindrical-coordinate representation of color #317453: hue angle of 150.45º 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 #317453 is Cyan = 0.58, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.55.

Color convert

RGB 49 116 83 -
CMYK 0.58 0 0.28 0.55
HSL 150.45º 0.41% 0.32% -
HSV(B) 150.45º 0.58% 0.45% -
XYZ 9.07 13.77 10.36 -
YUV 92.21 122.8 97.18 -
System Red Green Blue C M Y K H S L
Decimal 49 116 83 0.58 0 0.28 0.55 150.45 0.41 0.32
Hex 31 74 53 3A 0 1C 37 96 29 20
Octal 61 164 123 72 0 34 67 226 51 40
Binary 110001 1110100 1010011 111010 0 11100 110111 10010110 101001 100000

Color Harmonies of #317453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317453

Black with #317453

Text Example


Text Example

White with #317453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317453; }

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

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

background-color css

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

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

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

border-color css

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

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

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