Html Css Color HEX #317255 Amazon

📋 copy color: '#317255'

red 49 ◦ green 114 ◦ blue 85

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

Shades of Amazon #317255

Tints of Amazon #317255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 34.27%

R = 19.76%
G = 45.97%
B = 34.27%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#317255 (or 0x317255) is known color: Amazon. HEX triplet: 31, 72 and 55. RGB value is (49,114,85). Sum of RGB (Red+Green+Blue) = 49+114+85=248 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.76% from 248); Green value is 114 (44.92% from 255 or 45.97% from 248); Blue value is 85 (33.59% from 255 or 34.27% from 248); Max value from RGB is 114 - color contains mainly: green. Hex color #317255 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317255 is #CE8DAA. Grayscale: #5B5B5B. Windows color (decimal): -13536683 or 5599793. OLE color: 5599793.

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

Color convert

RGB 49 114 85 -
CMYK 0.57 0 0.25 0.55
HSL 153.23º 0.4% 0.32% -
HSV(B) 153.23º 0.57% 0.45% -
XYZ 8.92 13.34 10.7 -
YUV 91.26 124.47 97.86 -
System Red Green Blue C M Y K H S L
Decimal 49 114 85 0.57 0 0.25 0.55 153.23 0.4 0.32
Hex 31 72 55 39 0 19 37 99 28 20
Octal 61 162 125 71 0 31 67 231 50 40
Binary 110001 1110010 1010101 111001 0 11001 110111 10011001 101000 100000

Color Harmonies of #317255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317255

Black with #317255

Text Example


Text Example

White with #317255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317255; }

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

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

background-color css

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

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

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

border-color css

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

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

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