Html Css Color HEX #316F52 Amazon

📋 copy color: '#316F52'

red 49 ◦ green 111 ◦ blue 82

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

Shades of Amazon #316F52

Tints of Amazon #316F52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 33.88%

R = 20.25%
G = 45.87%
B = 33.88%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.26

 K value IS 0.56

RGB Variations

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

Color information

#316F52 (or 0x316F52) is known color: Amazon. HEX triplet: 31, 6F and 52. RGB value is (49,111,82). Sum of RGB (Red+Green+Blue) = 49+111+82=242 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.25% from 242); Green value is 111 (43.75% from 255 or 45.87% from 242); Blue value is 82 (32.42% from 255 or 33.88% from 242); Max value from RGB is 111 - color contains mainly: green. Hex color #316F52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316F52 is #CE90AD. Grayscale: #595959. Windows color (decimal): -13537454 or 5402417. OLE color: 5402417.

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

Color convert

RGB 49 111 82 -
CMYK 0.56 0 0.26 0.56
HSL 151.94º 0.39% 0.31% -
HSV(B) 151.94º 0.56% 0.44% -
XYZ 8.47 12.63 9.97 -
YUV 89.16 123.96 99.36 -
System Red Green Blue C M Y K H S L
Decimal 49 111 82 0.56 0 0.26 0.56 151.94 0.39 0.31
Hex 31 6F 52 38 0 1A 38 98 27 1F
Octal 61 157 122 70 0 32 70 230 47 37
Binary 110001 1101111 1010010 111000 0 11010 111000 10011000 100111 11111

Color Harmonies of #316F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316F52

Black with #316F52

Text Example


Text Example

White with #316F52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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