Html Css Color HEX #317051 Amazon

📋 copy color: '#317051'

red 49 ◦ green 112 ◦ blue 81

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

Shades of Amazon #317051

Tints of Amazon #317051

RGB

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

 GREEN value IS 112 (44.14% from 255) = 46.28%

 BLUE value IS 81 (32.03% from 255) = 33.47%

R = 20.25%
G = 46.28%
B = 33.47%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.28

 K value IS 0.56

RGB Variations

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

Color information

#317051 (or 0x317051) is known color: Amazon. HEX triplet: 31, 70 and 51. RGB value is (49,112,81). Sum of RGB (Red+Green+Blue) = 49+112+81=242 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.25% from 242); Green value is 112 (44.14% from 255 or 46.28% from 242); Blue value is 81 (32.03% from 255 or 33.47% from 242); Max value from RGB is 112 - color contains mainly: green. Hex color #317051 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317051 is #CE8FAE. Grayscale: #595959. Windows color (decimal): -13537199 or 5337137. OLE color: 5337137.

HSL color Cylindrical-coordinate representation of color #317051: hue angle of 150.48º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #317051 is Cyan = 0.56, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.56.

Color convert

RGB 49 112 81 -
CMYK 0.56 0 0.28 0.56
HSL 150.48º 0.39% 0.32% -
HSV(B) 150.48º 0.56% 0.44% -
XYZ 8.55 12.84 9.81 -
YUV 89.63 123.13 99.02 -
System Red Green Blue C M Y K H S L
Decimal 49 112 81 0.56 0 0.28 0.56 150.48 0.39 0.32
Hex 31 70 51 38 0 1C 38 96 27 20
Octal 61 160 121 70 0 34 70 226 47 40
Binary 110001 1110000 1010001 111000 0 11100 111000 10010110 100111 100000

Color Harmonies of #317051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317051

Black with #317051

Text Example


Text Example

White with #317051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317051; }

 p { color: rgb(49,112,81); }

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

background-color css

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

 a { background-color: rgb(49,112,81); }

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

border-color css

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

 span { border-color: rgb(49,112,81); }

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