Html Css Color HEX #317254 Amazon

📋 copy color: '#317254'

red 49 ◦ green 114 ◦ blue 84

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

Shades of Amazon #317254

Tints of Amazon #317254

RGB

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

 GREEN value IS 114 (44.92% from 255) = 46.15%

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

R = 19.84%
G = 46.15%
B = 34.01%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.26

 K value IS 0.55

RGB Variations

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

Color information

#317254 (or 0x317254) is known color: Amazon. HEX triplet: 31, 72 and 54. RGB value is (49,114,84). Sum of RGB (Red+Green+Blue) = 49+114+84=247 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.84% from 247); Green value is 114 (44.92% from 255 or 46.15% from 247); Blue value is 84 (33.20% from 255 or 34.01% from 247); Max value from RGB is 114 - color contains mainly: green. Hex color #317254 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317254 is #CE8DAB. Grayscale: #5B5B5B. Windows color (decimal): -13536684 or 5534257. OLE color: 5534257.

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

Color convert

RGB 49 114 84 -
CMYK 0.57 0 0.26 0.55
HSL 152.31º 0.4% 0.32% -
HSV(B) 152.31º 0.57% 0.45% -
XYZ 8.88 13.33 10.49 -
YUV 91.15 123.97 97.94 -
System Red Green Blue C M Y K H S L
Decimal 49 114 84 0.57 0 0.26 0.55 152.31 0.4 0.32
Hex 31 72 54 39 0 1A 37 98 28 20
Octal 61 162 124 71 0 32 67 230 50 40
Binary 110001 1110010 1010100 111001 0 11010 110111 10011000 101000 100000

Color Harmonies of #317254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317254

Black with #317254

Text Example


Text Example

White with #317254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317254; }

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

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

background-color css

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

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

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

border-color css

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

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

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