Html Css Color HEX #316F54 Amazon

📋 copy color: '#316F54'

red 49 ◦ green 111 ◦ blue 84

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

Shades of Amazon #316F54

Tints of Amazon #316F54

RGB

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

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

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

R = 20.08%
G = 45.49%
B = 34.43%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.24

 K value IS 0.56

RGB Variations

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

Color information

#316F54 (or 0x316F54) is known color: Amazon. HEX triplet: 31, 6F and 54. RGB value is (49,111,84). Sum of RGB (Red+Green+Blue) = 49+111+84=244 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.08% from 244); Green value is 111 (43.75% from 255 or 45.49% from 244); Blue value is 84 (33.20% from 255 or 34.43% from 244); Max value from RGB is 111 - color contains mainly: green. Hex color #316F54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316F54 is #CE90AB. Grayscale: #595959. Windows color (decimal): -13537452 or 5533489. OLE color: 5533489.

HSL color Cylindrical-coordinate representation of color #316F54: hue angle of 153.87º 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 #316F54 is Cyan = 0.56, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.56.

Color convert

RGB 49 111 84 -
CMYK 0.56 0 0.24 0.56
HSL 153.87º 0.39% 0.31% -
HSV(B) 153.87º 0.56% 0.44% -
XYZ 8.55 12.66 10.38 -
YUV 89.38 124.96 99.2 -
System Red Green Blue C M Y K H S L
Decimal 49 111 84 0.56 0 0.24 0.56 153.87 0.39 0.31
Hex 31 6F 54 38 0 18 38 9A 27 1F
Octal 61 157 124 70 0 30 70 232 47 37
Binary 110001 1101111 1010100 111000 0 11000 111000 10011010 100111 11111

Color Harmonies of #316F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316F54

Black with #316F54

Text Example


Text Example

White with #316F54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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