Html Css Color HEX #317646 Amazon

📋 copy color: '#317646'

red 49 ◦ green 118 ◦ blue 70

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

Shades of Amazon #317646

Tints of Amazon #317646

RGB

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

 GREEN value IS 118 (46.48% from 255) = 49.79%

 BLUE value IS 70 (27.73% from 255) = 29.54%

R = 20.68%
G = 49.79%
B = 29.54%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.41

 K value IS 0.54

RGB Variations

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

Color information

#317646 (or 0x317646) is known color: Amazon. HEX triplet: 31, 76 and 46. RGB value is (49,118,70). Sum of RGB (Red+Green+Blue) = 49+118+70=237 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.68% from 237); Green value is 118 (46.48% from 255 or 49.79% from 237); Blue value is 70 (27.73% from 255 or 29.54% from 237); Max value from RGB is 118 - color contains mainly: green. Hex color #317646 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317646 is #CE89B9. Grayscale: #5C5C5C. Windows color (decimal): -13535674 or 4617777. OLE color: 4617777.

HSL color Cylindrical-coordinate representation of color #317646: hue angle of 138.26º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #317646 is Cyan = 0.58, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.54.

Color convert

RGB 49 118 70 -
CMYK 0.58 0 0.41 0.54
HSL 138.26º 0.41% 0.33% -
HSV(B) 138.26º 0.58% 0.46% -
XYZ 8.85 14.05 8.04 -
YUV 91.9 115.64 97.4 -
System Red Green Blue C M Y K H S L
Decimal 49 118 70 0.58 0 0.41 0.54 138.26 0.41 0.33
Hex 31 76 46 3A 0 29 36 8A 29 21
Octal 61 166 106 72 0 51 66 212 51 41
Binary 110001 1110110 1000110 111010 0 101001 110110 10001010 101001 100001

Color Harmonies of #317646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317646

Black with #317646

Text Example


Text Example

White with #317646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317646; }

 p { color: rgb(49,118,70); }

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

background-color css

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

 a { background-color: rgb(49,118,70); }

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

border-color css

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

 span { border-color: rgb(49,118,70); }

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