Html Css Color HEX #316F48 Amazon

📋 copy color: '#316F48'

red 49 ◦ green 111 ◦ blue 72

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

Shades of Amazon #316F48

Tints of Amazon #316F48

RGB

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

 GREEN value IS 111 (43.75% from 255) = 47.84%

 BLUE value IS 72 (28.52% from 255) = 31.03%

R = 21.12%
G = 47.84%
B = 31.03%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#316F48 (or 0x316F48) is known color: Amazon. HEX triplet: 31, 6F and 48. RGB value is (49,111,72). Sum of RGB (Red+Green+Blue) = 49+111+72=232 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.12% from 232); Green value is 111 (43.75% from 255 or 47.84% from 232); Blue value is 72 (28.52% from 255 or 31.03% from 232); Max value from RGB is 111 - color contains mainly: green. Hex color #316F48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316F48 is #CE90B7. Grayscale: #585858. Windows color (decimal): -13537464 or 4747057. OLE color: 4747057.

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

Color convert

RGB 49 111 72 -
CMYK 0.56 0 0.35 0.56
HSL 142.26º 0.39% 0.31% -
HSV(B) 142.26º 0.56% 0.44% -
XYZ 8.12 12.49 8.11 -
YUV 88.02 118.96 100.17 -
System Red Green Blue C M Y K H S L
Decimal 49 111 72 0.56 0 0.35 0.56 142.26 0.39 0.31
Hex 31 6F 48 38 0 23 38 8E 27 1F
Octal 61 157 110 70 0 43 70 216 47 37
Binary 110001 1101111 1001000 111000 0 100011 111000 10001110 100111 11111

Color Harmonies of #316F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316F48

Black with #316F48

Text Example


Text Example

White with #316F48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316F48; }

 p { color: rgb(49,111,72); }

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

background-color css

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

 a { background-color: rgb(49,111,72); }

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

border-color css

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

 span { border-color: rgb(49,111,72); }

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