Html Css Color HEX #337D49 Amazon

📋 copy color: '#337D49'

red 51 ◦ green 125 ◦ blue 73

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

Shades of Amazon #337D49

Tints of Amazon #337D49

RGB

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

 GREEN value IS 125 (49.22% from 255) = 50.2%

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

R = 20.48%
G = 50.2%
B = 29.32%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.42

 K value IS 0.51

RGB Variations

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

Color information

#337D49 (or 0x337D49) is known color: Amazon. HEX triplet: 33, 7D and 49. RGB value is (51,125,73). Sum of RGB (Red+Green+Blue) = 51+125+73=249 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.48% from 249); Green value is 125 (49.22% from 255 or 50.20% from 249); Blue value is 73 (28.91% from 255 or 29.32% from 249); Max value from RGB is 125 - color contains mainly: green. Hex color #337D49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337D49 is #CC82B6. Grayscale: #616161. Windows color (decimal): -13402807 or 4816179. OLE color: 4816179.

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

Color convert

RGB 51 125 73 -
CMYK 0.59 0 0.42 0.51
HSL 137.84º 0.42% 0.35% -
HSV(B) 137.84º 0.59% 0.49% -
XYZ 9.9 15.85 8.84 -
YUV 96.95 114.48 95.23 -
System Red Green Blue C M Y K H S L
Decimal 51 125 73 0.59 0 0.42 0.51 137.84 0.42 0.35
Hex 33 7D 49 3B 0 2A 33 8A 2A 23
Octal 63 175 111 73 0 52 63 212 52 43
Binary 110011 1111101 1001001 111011 0 101010 110011 10001010 101010 100011

Color Harmonies of #337D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337D49

Black with #337D49

Text Example


Text Example

White with #337D49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337D49; }

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

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

background-color css

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

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

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

border-color css

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

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

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