Html Css Color HEX #317658 Amazon

📋 copy color: '#317658'

red 49 ◦ green 118 ◦ blue 88

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

Shades of Amazon #317658

Tints of Amazon #317658

RGB

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

 GREEN value IS 118 (46.48% from 255) = 46.27%

 BLUE value IS 88 (34.77% from 255) = 34.51%

R = 19.22%
G = 46.27%
B = 34.51%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.25

 K value IS 0.54

RGB Variations

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

Color information

#317658 (or 0x317658) is known color: Amazon. HEX triplet: 31, 76 and 58. RGB value is (49,118,88). Sum of RGB (Red+Green+Blue) = 49+118+88=255 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.22% from 255); Green value is 118 (46.48% from 255 or 46.27% from 255); Blue value is 88 (34.77% from 255 or 34.51% from 255); Max value from RGB is 118 - color contains mainly: green. Hex color #317658 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317658 is #CE89A7. Grayscale: #5E5E5E. Windows color (decimal): -13535656 or 5797425. OLE color: 5797425.

HSL color Cylindrical-coordinate representation of color #317658: hue angle of 153.91º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #317658 is Cyan = 0.58, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.54.

Color convert

RGB 49 118 88 -
CMYK 0.58 0 0.25 0.54
HSL 153.91º 0.41% 0.33% -
HSV(B) 153.91º 0.58% 0.46% -
XYZ 9.51 14.31 11.49 -
YUV 93.95 124.64 95.94 -
System Red Green Blue C M Y K H S L
Decimal 49 118 88 0.58 0 0.25 0.54 153.91 0.41 0.33
Hex 31 76 58 3A 0 19 36 9A 29 21
Octal 61 166 130 72 0 31 66 232 51 41
Binary 110001 1110110 1011000 111010 0 11001 110110 10011010 101001 100001

Color Harmonies of #317658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317658

Black with #317658

Text Example


Text Example

White with #317658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317658; }

 p { color: rgb(49,118,88); }

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

background-color css

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

 a { background-color: rgb(49,118,88); }

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

border-color css

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

 span { border-color: rgb(49,118,88); }

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