Html Css Color HEX #317654 Amazon

📋 copy color: '#317654'

red 49 ◦ green 118 ◦ blue 84

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

Shades of Amazon #317654

Tints of Amazon #317654

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 33.47%

R = 19.52%
G = 47.01%
B = 33.47%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.29

 K value IS 0.54

RGB Variations

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

Color information

#317654 (or 0x317654) is known color: Amazon. HEX triplet: 31, 76 and 54. RGB value is (49,118,84). Sum of RGB (Red+Green+Blue) = 49+118+84=251 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.52% from 251); Green value is 118 (46.48% from 255 or 47.01% from 251); Blue value is 84 (33.20% from 255 or 33.47% from 251); Max value from RGB is 118 - color contains mainly: green. Hex color #317654 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317654 is #CE89AB. Grayscale: #5D5D5D. Windows color (decimal): -13535660 or 5535281. OLE color: 5535281.

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

Color convert

RGB 49 118 84 -
CMYK 0.58 0 0.29 0.54
HSL 150.43º 0.41% 0.33% -
HSV(B) 150.43º 0.58% 0.46% -
XYZ 9.35 14.25 10.65 -
YUV 93.49 122.64 96.26 -
System Red Green Blue C M Y K H S L
Decimal 49 118 84 0.58 0 0.29 0.54 150.43 0.41 0.33
Hex 31 76 54 3A 0 1D 36 96 29 21
Octal 61 166 124 72 0 35 66 226 51 41
Binary 110001 1110110 1010100 111010 0 11101 110110 10010110 101001 100001

Color Harmonies of #317654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317654

Black with #317654

Text Example


Text Example

White with #317654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317654; }

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

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

background-color css

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

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

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

border-color css

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

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

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