Html Css Color HEX #318154 Amazon

📋 copy color: '#318154'

red 49 ◦ green 129 ◦ blue 84

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

Shades of Amazon #318154

Tints of Amazon #318154

RGB

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

 GREEN value IS 129 (50.78% from 255) = 49.24%

 BLUE value IS 84 (33.2% from 255) = 32.06%

R = 18.7%
G = 49.24%
B = 32.06%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.35

 K value IS 0.49

RGB Variations

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

Color information

#318154 (or 0x318154) is known color: Amazon. HEX triplet: 31, 81 and 54. RGB value is (49,129,84). Sum of RGB (Red+Green+Blue) = 49+129+84=262 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.70% from 262); Green value is 129 (50.78% from 255 or 49.24% from 262); Blue value is 84 (33.20% from 255 or 32.06% from 262); Max value from RGB is 129 - color contains mainly: green. Hex color #318154 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318154 is #CE7EAB. Grayscale: #646464. Windows color (decimal): -13532844 or 5538097. OLE color: 5538097.

HSL color Cylindrical-coordinate representation of color #318154: hue angle of 146.25º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #318154 is Cyan = 0.62, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.49.

Color convert

RGB 49 129 84 -
CMYK 0.62 0 0.35 0.49
HSL 146.25º 0.45% 0.35% -
HSV(B) 146.25º 0.62% 0.51% -
XYZ 10.72 16.99 11.1 -
YUV 99.95 119 91.66 -
System Red Green Blue C M Y K H S L
Decimal 49 129 84 0.62 0 0.35 0.49 146.25 0.45 0.35
Hex 31 81 54 3E 0 23 31 92 2D 23
Octal 61 201 124 76 0 43 61 222 55 43
Binary 110001 10000001 1010100 111110 0 100011 110001 10010010 101101 100011

Color Harmonies of #318154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318154

Black with #318154

Text Example


Text Example

White with #318154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318154; }

 p { color: rgb(49,129,84); }

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

background-color css

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

 a { background-color: rgb(49,129,84); }

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

border-color css

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

 span { border-color: rgb(49,129,84); }

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