Html Css Color HEX #317344 Amazon

📋 copy color: '#317344'

red 49 ◦ green 115 ◦ blue 68

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

Shades of Amazon #317344

Tints of Amazon #317344

RGB

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

 GREEN value IS 115 (45.31% from 255) = 49.57%

 BLUE value IS 68 (26.95% from 255) = 29.31%

R = 21.12%
G = 49.57%
B = 29.31%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.41

 K value IS 0.55

RGB Variations

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

Color information

#317344 (or 0x317344) is known color: Amazon. HEX triplet: 31, 73 and 44. RGB value is (49,115,68). Sum of RGB (Red+Green+Blue) = 49+115+68=232 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.12% from 232); Green value is 115 (45.31% from 255 or 49.57% from 232); Blue value is 68 (26.95% from 255 or 29.31% from 232); Max value from RGB is 115 - color contains mainly: green. Hex color #317344 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317344 is #CE8CBB. Grayscale: #5A5A5A. Windows color (decimal): -13536444 or 4485937. OLE color: 4485937.

HSL color Cylindrical-coordinate representation of color #317344: hue angle of 137.27º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #317344 is Cyan = 0.57, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.55.

Color convert

RGB 49 115 68 -
CMYK 0.57 0 0.41 0.55
HSL 137.27º 0.4% 0.32% -
HSV(B) 137.27º 0.57% 0.45% -
XYZ 8.44 13.33 7.6 -
YUV 89.91 115.63 98.82 -
System Red Green Blue C M Y K H S L
Decimal 49 115 68 0.57 0 0.41 0.55 137.27 0.4 0.32
Hex 31 73 44 39 0 29 37 89 28 20
Octal 61 163 104 71 0 51 67 211 50 40
Binary 110001 1110011 1000100 111001 0 101001 110111 10001001 101000 100000

Color Harmonies of #317344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317344

Black with #317344

Text Example


Text Example

White with #317344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317344; }

 p { color: rgb(49,115,68); }

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

background-color css

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

 a { background-color: rgb(49,115,68); }

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

border-color css

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

 span { border-color: rgb(49,115,68); }

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