Html Css Color HEX #317256 Amazon

📋 copy color: '#317256'

red 49 ◦ green 114 ◦ blue 86

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

Shades of Amazon #317256

Tints of Amazon #317256

RGB

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

 GREEN value IS 114 (44.92% from 255) = 45.78%

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

R = 19.68%
G = 45.78%
B = 34.54%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#317256 (or 0x317256) is known color: Amazon. HEX triplet: 31, 72 and 56. RGB value is (49,114,86). Sum of RGB (Red+Green+Blue) = 49+114+86=249 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.68% from 249); Green value is 114 (44.92% from 255 or 45.78% from 249); Blue value is 86 (33.98% from 255 or 34.54% from 249); Max value from RGB is 114 - color contains mainly: green. Hex color #317256 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317256 is #CE8DA9. Grayscale: #5B5B5B. Windows color (decimal): -13536682 or 5665329. OLE color: 5665329.

HSL color Cylindrical-coordinate representation of color #317256: hue angle of 154.15º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #317256 is Cyan = 0.57, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB 49 114 86 -
CMYK 0.57 0 0.25 0.55
HSL 154.15º 0.4% 0.32% -
HSV(B) 154.15º 0.57% 0.45% -
XYZ 8.96 13.36 10.91 -
YUV 91.37 124.97 97.78 -
System Red Green Blue C M Y K H S L
Decimal 49 114 86 0.57 0 0.25 0.55 154.15 0.4 0.32
Hex 31 72 56 39 0 19 37 9A 28 20
Octal 61 162 126 71 0 31 67 232 50 40
Binary 110001 1110010 1010110 111001 0 11001 110111 10011010 101000 100000

Color Harmonies of #317256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317256

Black with #317256

Text Example


Text Example

White with #317256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317256; }

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

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

background-color css

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

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

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

border-color css

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

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

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