Html Css Color HEX #318549 Amazon

📋 copy color: '#318549'

red 49 ◦ green 133 ◦ blue 73

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

Shades of Amazon #318549

Tints of Amazon #318549

RGB

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

 GREEN value IS 133 (52.34% from 255) = 52.16%

 BLUE value IS 73 (28.91% from 255) = 28.63%

R = 19.22%
G = 52.16%
B = 28.63%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.45

 K value IS 0.48

RGB Variations

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

Color information

#318549 (or 0x318549) is known color: Amazon. HEX triplet: 31, 85 and 49. RGB value is (49,133,73). Sum of RGB (Red+Green+Blue) = 49+133+73=255 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.22% from 255); Green value is 133 (52.34% from 255 or 52.16% from 255); Blue value is 73 (28.91% from 255 or 28.63% from 255); Max value from RGB is 133 - color contains mainly: green. Hex color #318549 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318549 is #CE7AB6. Grayscale: #656565. Windows color (decimal): -13531831 or 4818225. OLE color: 4818225.

HSL color Cylindrical-coordinate representation of color #318549: hue angle of 137.14º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #318549 is Cyan = 0.63, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.48.

Color convert

RGB 49 133 73 -
CMYK 0.63 0 0.45 0.48
HSL 137.14º 0.46% 0.36% -
HSV(B) 137.14º 0.63% 0.52% -
XYZ 10.86 17.91 9.19 -
YUV 101.04 112.17 90.88 -
System Red Green Blue C M Y K H S L
Decimal 49 133 73 0.63 0 0.45 0.48 137.14 0.46 0.36
Hex 31 85 49 3F 0 2D 30 89 2E 24
Octal 61 205 111 77 0 55 60 211 56 44
Binary 110001 10000101 1001001 111111 0 101101 110000 10001001 101110 100100

Color Harmonies of #318549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318549

Black with #318549

Text Example


Text Example

White with #318549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318549; }

 p { color: rgb(49,133,73); }

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

background-color css

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

 a { background-color: rgb(49,133,73); }

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

border-color css

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

 span { border-color: rgb(49,133,73); }

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