Html Css Color HEX #317849 Amazon

📋 copy color: '#317849'

red 49 ◦ green 120 ◦ blue 73

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

Shades of Amazon #317849

Tints of Amazon #317849

RGB

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

 GREEN value IS 120 (47.27% from 255) = 49.59%

 BLUE value IS 73 (28.91% from 255) = 30.17%

R = 20.25%
G = 49.59%
B = 30.17%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#317849 (or 0x317849) is known color: Amazon. HEX triplet: 31, 78 and 49. RGB value is (49,120,73). Sum of RGB (Red+Green+Blue) = 49+120+73=242 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.25% from 242); Green value is 120 (47.27% from 255 or 49.59% from 242); Blue value is 73 (28.91% from 255 or 30.17% from 242); Max value from RGB is 120 - color contains mainly: green. Hex color #317849 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317849 is #CE87B6. Grayscale: #5D5D5D. Windows color (decimal): -13535159 or 4814897. OLE color: 4814897.

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

Color convert

RGB 49 120 73 -
CMYK 0.59 0 0.39 0.53
HSL 140.28º 0.42% 0.33% -
HSV(B) 140.28º 0.59% 0.47% -
XYZ 9.19 14.57 8.63 -
YUV 93.41 116.48 96.32 -
System Red Green Blue C M Y K H S L
Decimal 49 120 73 0.59 0 0.39 0.53 140.28 0.42 0.33
Hex 31 78 49 3B 0 27 35 8C 2A 21
Octal 61 170 111 73 0 47 65 214 52 41
Binary 110001 1111000 1001001 111011 0 100111 110101 10001100 101010 100001

Color Harmonies of #317849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317849

Black with #317849

Text Example


Text Example

White with #317849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317849; }

 p { color: rgb(49,120,73); }

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

background-color css

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

 a { background-color: rgb(49,120,73); }

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

border-color css

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

 span { border-color: rgb(49,120,73); }

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