Html Css Color HEX #317754 Amazon

📋 copy color: '#317754'

red 49 ◦ green 119 ◦ blue 84

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

Shades of Amazon #317754

Tints of Amazon #317754

RGB

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

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

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

R = 19.44%
G = 47.22%
B = 33.33%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.29

 K value IS 0.53

RGB Variations

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

Color information

#317754 (or 0x317754) is known color: Amazon. HEX triplet: 31, 77 and 54. RGB value is (49,119,84). Sum of RGB (Red+Green+Blue) = 49+119+84=252 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.44% from 252); Green value is 119 (46.88% from 255 or 47.22% from 252); Blue value is 84 (33.20% from 255 or 33.33% from 252); Max value from RGB is 119 - color contains mainly: green. Hex color #317754 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317754 is #CE88AB. Grayscale: #5E5E5E. Windows color (decimal): -13535404 or 5535537. OLE color: 5535537.

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

Color convert

RGB 49 119 84 -
CMYK 0.59 0 0.29 0.53
HSL 150º 0.42% 0.33% -
HSV(B) 150º 0.59% 0.47% -
XYZ 9.46 14.49 10.68 -
YUV 94.08 122.31 95.85 -
System Red Green Blue C M Y K H S L
Decimal 49 119 84 0.59 0 0.29 0.53 150 0.42 0.33
Hex 31 77 54 3B 0 1D 35 96 2A 21
Octal 61 167 124 73 0 35 65 226 52 41
Binary 110001 1110111 1010100 111011 0 11101 110101 10010110 101010 100001

Color Harmonies of #317754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317754

Black with #317754

Text Example


Text Example

White with #317754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317754; }

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

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

background-color css

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

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

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

border-color css

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

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

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