Html Css Color HEX #317348 Amazon

📋 copy color: '#317348'

red 49 ◦ green 115 ◦ blue 72

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

Shades of Amazon #317348

Tints of Amazon #317348

RGB

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

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

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

R = 20.76%
G = 48.73%
B = 30.51%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#317348 (or 0x317348) is known color: Amazon. HEX triplet: 31, 73 and 48. RGB value is (49,115,72). Sum of RGB (Red+Green+Blue) = 49+115+72=236 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.76% from 236); Green value is 115 (45.31% from 255 or 48.73% from 236); Blue value is 72 (28.52% from 255 or 30.51% from 236); Max value from RGB is 115 - color contains mainly: green. Hex color #317348 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317348 is #CE8CB7. Grayscale: #5A5A5A. Windows color (decimal): -13536440 or 4748081. OLE color: 4748081.

HSL color Cylindrical-coordinate representation of color #317348: hue angle of 140.91º 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 #317348 is Cyan = 0.57, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.55.

Color convert

RGB 49 115 72 -
CMYK 0.57 0 0.37 0.55
HSL 140.91º 0.4% 0.32% -
HSV(B) 140.91º 0.57% 0.45% -
XYZ 8.57 13.38 8.26 -
YUV 90.36 117.63 98.5 -
System Red Green Blue C M Y K H S L
Decimal 49 115 72 0.57 0 0.37 0.55 140.91 0.4 0.32
Hex 31 73 48 39 0 25 37 8D 28 20
Octal 61 163 110 71 0 45 67 215 50 40
Binary 110001 1110011 1001000 111001 0 100101 110111 10001101 101000 100000

Color Harmonies of #317348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317348

Black with #317348

Text Example


Text Example

White with #317348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317348; }

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

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

background-color css

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

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

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

border-color css

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

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

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