Html Css Color HEX #318254 Amazon

📋 copy color: '#318254'

red 49 ◦ green 130 ◦ blue 84

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

Shades of Amazon #318254

Tints of Amazon #318254

RGB

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

 GREEN value IS 130 (51.17% from 255) = 49.43%

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

R = 18.63%
G = 49.43%
B = 31.94%

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

#318254 (or 0x318254) is known color: Amazon. HEX triplet: 31, 82 and 54. RGB value is (49,130,84). Sum of RGB (Red+Green+Blue) = 49+130+84=263 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.63% from 263); Green value is 130 (51.17% from 255 or 49.43% from 263); Blue value is 84 (33.20% from 255 or 31.94% from 263); Max value from RGB is 130 - color contains mainly: green. Hex color #318254 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318254 is #CE7DAB. Grayscale: #646464. Windows color (decimal): -13532588 or 5538353. OLE color: 5538353.

HSL color Cylindrical-coordinate representation of color #318254: hue angle of 145.93º 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 #318254 is Cyan = 0.62, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.49.

Color convert

RGB 49 130 84 -
CMYK 0.62 0 0.35 0.49
HSL 145.93º 0.45% 0.35% -
HSV(B) 145.93º 0.62% 0.51% -
XYZ 10.85 17.26 11.15 -
YUV 100.54 118.66 91.24 -
System Red Green Blue C M Y K H S L
Decimal 49 130 84 0.62 0 0.35 0.49 145.93 0.45 0.35
Hex 31 82 54 3E 0 23 31 92 2D 23
Octal 61 202 124 76 0 43 61 222 55 43
Binary 110001 10000010 1010100 111110 0 100011 110001 10010010 101101 100011

Color Harmonies of #318254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318254

Black with #318254

Text Example


Text Example

White with #318254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318254; }

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

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

background-color css

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

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

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

border-color css

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

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

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