Html Css Color HEX #317751 Amazon

📋 copy color: '#317751'

red 49 ◦ green 119 ◦ blue 81

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

Shades of Amazon #317751

Tints of Amazon #317751

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 32.53%

R = 19.68%
G = 47.79%
B = 32.53%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.32

 K value IS 0.53

RGB Variations

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

Color information

#317751 (or 0x317751) is known color: Amazon. HEX triplet: 31, 77 and 51. RGB value is (49,119,81). Sum of RGB (Red+Green+Blue) = 49+119+81=249 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.68% from 249); Green value is 119 (46.88% from 255 or 47.79% from 249); Blue value is 81 (32.03% from 255 or 32.53% from 249); Max value from RGB is 119 - color contains mainly: green. Hex color #317751 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317751 is #CE88AE. Grayscale: #5D5D5D. Windows color (decimal): -13535407 or 5338929. OLE color: 5338929.

HSL color Cylindrical-coordinate representation of color #317751: hue angle of 147.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 #317751 is Cyan = 0.59, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.53.

Color convert

RGB 49 119 81 -
CMYK 0.59 0 0.32 0.53
HSL 147.43º 0.42% 0.33% -
HSV(B) 147.43º 0.59% 0.47% -
XYZ 9.35 14.44 10.08 -
YUV 93.74 120.81 96.09 -
System Red Green Blue C M Y K H S L
Decimal 49 119 81 0.59 0 0.32 0.53 147.43 0.42 0.33
Hex 31 77 51 3B 0 20 35 93 2A 21
Octal 61 167 121 73 0 40 65 223 52 41
Binary 110001 1110111 1010001 111011 0 100000 110101 10010011 101010 100001

Color Harmonies of #317751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317751

Black with #317751

Text Example


Text Example

White with #317751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317751; }

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

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

background-color css

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

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

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

border-color css

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

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

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