Html Css Color HEX #317758 Amazon

📋 copy color: '#317758'

red 49 ◦ green 119 ◦ blue 88

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

Shades of Amazon #317758

Tints of Amazon #317758

RGB

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

 GREEN value IS 119 (46.88% from 255) = 46.48%

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

R = 19.14%
G = 46.48%
B = 34.38%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.26

 K value IS 0.53

RGB Variations

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

Color information

#317758 (or 0x317758) is known color: Amazon. HEX triplet: 31, 77 and 58. RGB value is (49,119,88). Sum of RGB (Red+Green+Blue) = 49+119+88=256 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.14% from 256); Green value is 119 (46.88% from 255 or 46.48% from 256); Blue value is 88 (34.77% from 255 or 34.38% from 256); Max value from RGB is 119 - color contains mainly: green. Hex color #317758 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317758 is #CE88A7. Grayscale: #5E5E5E. Windows color (decimal): -13535400 or 5797681. OLE color: 5797681.

HSL color Cylindrical-coordinate representation of color #317758: hue angle of 153.43º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #317758 is Cyan = 0.59, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB 49 119 88 -
CMYK 0.59 0 0.26 0.53
HSL 153.43º 0.42% 0.33% -
HSV(B) 153.43º 0.59% 0.47% -
XYZ 9.62 14.55 11.53 -
YUV 94.54 124.31 95.52 -
System Red Green Blue C M Y K H S L
Decimal 49 119 88 0.59 0 0.26 0.53 153.43 0.42 0.33
Hex 31 77 58 3B 0 1A 35 99 2A 21
Octal 61 167 130 73 0 32 65 231 52 41
Binary 110001 1110111 1011000 111011 0 11010 110101 10011001 101010 100001

Color Harmonies of #317758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317758

Black with #317758

Text Example


Text Example

White with #317758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317758; }

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

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

background-color css

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

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

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

border-color css

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

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

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