Html Css Color HEX #317656 Amazon

📋 copy color: '#317656'

red 49 ◦ green 118 ◦ blue 86

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

Shades of Amazon #317656

Tints of Amazon #317656

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 33.99%

R = 19.37%
G = 46.64%
B = 33.99%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.27

 K value IS 0.54

RGB Variations

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

Color information

#317656 (or 0x317656) is known color: Amazon. HEX triplet: 31, 76 and 56. RGB value is (49,118,86). Sum of RGB (Red+Green+Blue) = 49+118+86=253 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.37% from 253); Green value is 118 (46.48% from 255 or 46.64% from 253); Blue value is 86 (33.98% from 255 or 33.99% from 253); Max value from RGB is 118 - color contains mainly: green. Hex color #317656 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317656 is #CE89A9. Grayscale: #5D5D5D. Windows color (decimal): -13535658 or 5666353. OLE color: 5666353.

HSL color Cylindrical-coordinate representation of color #317656: hue angle of 152.17º 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 #317656 is Cyan = 0.58, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.54.

Color convert

RGB 49 118 86 -
CMYK 0.58 0 0.27 0.54
HSL 152.17º 0.41% 0.33% -
HSV(B) 152.17º 0.58% 0.46% -
XYZ 9.42 14.28 11.06 -
YUV 93.72 123.64 96.1 -
System Red Green Blue C M Y K H S L
Decimal 49 118 86 0.58 0 0.27 0.54 152.17 0.41 0.33
Hex 31 76 56 3A 0 1B 36 98 29 21
Octal 61 166 126 72 0 33 66 230 51 41
Binary 110001 1110110 1010110 111010 0 11011 110110 10011000 101001 100001

Color Harmonies of #317656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317656

Black with #317656

Text Example


Text Example

White with #317656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317656; }

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

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

background-color css

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

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

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

border-color css

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

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

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