Html Css Color HEX #317F45 Amazon

📋 copy color: '#317F45'

red 49 ◦ green 127 ◦ blue 69

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

Shades of Amazon #317F45

Tints of Amazon #317F45

RGB

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

 GREEN value IS 127 (50% from 255) = 51.84%

 BLUE value IS 69 (27.34% from 255) = 28.16%

R = 20%
G = 51.84%
B = 28.16%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.46

 K value IS 0.50

RGB Variations

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

Color information

#317F45 (or 0x317F45) is known color: Amazon. HEX triplet: 31, 7F and 45. RGB value is (49,127,69). Sum of RGB (Red+Green+Blue) = 49+127+69=245 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20% from 245); Green value is 127 (50% from 255 or 51.84% from 245); Blue value is 69 (27.34% from 255 or 28.16% from 245); Max value from RGB is 127 - color contains mainly: green. Hex color #317F45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317F45 is #CE80BA. Grayscale: #616161. Windows color (decimal): -13533371 or 4554545. OLE color: 4554545.

HSL color Cylindrical-coordinate representation of color #317F45: hue angle of 135.38º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #317F45 is Cyan = 0.61, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.50.

Color convert

RGB 49 127 69 -
CMYK 0.61 0 0.46 0.50
HSL 135.38º 0.44% 0.35% -
HSV(B) 135.38º 0.61% 0.5% -
XYZ 9.93 16.26 8.25 -
YUV 97.07 112.16 93.72 -
System Red Green Blue C M Y K H S L
Decimal 49 127 69 0.61 0 0.46 0.50 135.38 0.44 0.35
Hex 31 7F 45 3D 0 2E 32 87 2C 23
Octal 61 177 105 75 0 56 62 207 54 43
Binary 110001 1111111 1000101 111101 0 101110 110010 10000111 101100 100011

Color Harmonies of #317F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317F45

Black with #317F45

Text Example


Text Example

White with #317F45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317F45; }

 p { color: rgb(49,127,69); }

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

background-color css

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

 a { background-color: rgb(49,127,69); }

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

border-color css

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

 span { border-color: rgb(49,127,69); }

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