Html Css Color HEX #317956 Amazon

📋 copy color: '#317956'

red 49 ◦ green 121 ◦ blue 86

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

Shades of Amazon #317956

Tints of Amazon #317956

RGB

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

 GREEN value IS 121 (47.66% from 255) = 47.27%

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

R = 19.14%
G = 47.27%
B = 33.59%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.29

 K value IS 0.53

RGB Variations

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

Color information

#317956 (or 0x317956) is known color: Amazon. HEX triplet: 31, 79 and 56. RGB value is (49,121,86). Sum of RGB (Red+Green+Blue) = 49+121+86=256 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.14% from 256); Green value is 121 (47.66% from 255 or 47.27% from 256); Blue value is 86 (33.98% from 255 or 33.59% from 256); Max value from RGB is 121 - color contains mainly: green. Hex color #317956 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317956 is #CE86A9. Grayscale: #5F5F5F. Windows color (decimal): -13534890 or 5667121. OLE color: 5667121.

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

Color convert

RGB 49 121 86 -
CMYK 0.60 0 0.29 0.53
HSL 150.83º 0.42% 0.33% -
HSV(B) 150.83º 0.6% 0.47% -
XYZ 9.78 15 11.18 -
YUV 95.48 122.65 94.85 -
System Red Green Blue C M Y K H S L
Decimal 49 121 86 0.60 0 0.29 0.53 150.83 0.42 0.33
Hex 31 79 56 3C 0 1D 35 97 2A 21
Octal 61 171 126 74 0 35 65 227 52 41
Binary 110001 1111001 1010110 111100 0 11101 110101 10010111 101010 100001

Color Harmonies of #317956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317956

Black with #317956

Text Example


Text Example

White with #317956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317956; }

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

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

background-color css

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

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

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

border-color css

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

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

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