Html Css Color HEX #337549 Amazon

📋 copy color: '#337549'

red 51 ◦ green 117 ◦ blue 73

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

Shades of Amazon #337549

Tints of Amazon #337549

RGB

 RED value IS 51 (20.31% from 255) = 21.16%

 GREEN value IS 117 (46.09% from 255) = 48.55%

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

R = 21.16%
G = 48.55%
B = 30.29%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.38

 K value IS 0.54

RGB Variations

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

Color information

#337549 (or 0x337549) is known color: Amazon. HEX triplet: 33, 75 and 49. RGB value is (51,117,73). Sum of RGB (Red+Green+Blue) = 51+117+73=241 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.16% from 241); Green value is 117 (46.09% from 255 or 48.55% from 241); Blue value is 73 (28.91% from 255 or 30.29% from 241); Max value from RGB is 117 - color contains mainly: green. Hex color #337549 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337549 is #CC8AB6. Grayscale: #5C5C5C. Windows color (decimal): -13404855 or 4814131. OLE color: 4814131.

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

Color convert

RGB 51 117 73 -
CMYK 0.56 0 0.38 0.54
HSL 140º 0.39% 0.33% -
HSV(B) 140º 0.56% 0.46% -
XYZ 8.93 13.91 8.52 -
YUV 92.25 117.13 98.58 -
System Red Green Blue C M Y K H S L
Decimal 51 117 73 0.56 0 0.38 0.54 140 0.39 0.33
Hex 33 75 49 38 0 26 36 8C 27 21
Octal 63 165 111 70 0 46 66 214 47 41
Binary 110011 1110101 1001001 111000 0 100110 110110 10001100 100111 100001

Color Harmonies of #337549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337549

Black with #337549

Text Example


Text Example

White with #337549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337549; }

 p { color: rgb(51,117,73); }

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

background-color css

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

 a { background-color: rgb(51,117,73); }

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

border-color css

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

 span { border-color: rgb(51,117,73); }

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