Html Css Color HEX #337249 Amazon

📋 copy color: '#337249'

red 51 ◦ green 114 ◦ blue 73

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

Shades of Amazon #337249

Tints of Amazon #337249

RGB

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

 GREEN value IS 114 (44.92% from 255) = 47.9%

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

R = 21.43%
G = 47.9%
B = 30.67%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.36

 K value IS 0.55

RGB Variations

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

Color information

#337249 (or 0x337249) is known color: Amazon. HEX triplet: 33, 72 and 49. RGB value is (51,114,73). Sum of RGB (Red+Green+Blue) = 51+114+73=238 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.43% from 238); Green value is 114 (44.92% from 255 or 47.90% from 238); Blue value is 73 (28.91% from 255 or 30.67% from 238); Max value from RGB is 114 - color contains mainly: green. Hex color #337249 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337249 is #CC8DB6. Grayscale: #5A5A5A. Windows color (decimal): -13405623 or 4813363. OLE color: 4813363.

HSL color Cylindrical-coordinate representation of color #337249: hue angle of 140.95º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #337249 is Cyan = 0.55, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.55.

Color convert

RGB 51 114 73 -
CMYK 0.55 0 0.36 0.55
HSL 140.95º 0.38% 0.32% -
HSV(B) 140.95º 0.55% 0.45% -
XYZ 8.59 13.22 8.4 -
YUV 90.49 118.13 99.83 -
System Red Green Blue C M Y K H S L
Decimal 51 114 73 0.55 0 0.36 0.55 140.95 0.38 0.32
Hex 33 72 49 37 0 24 37 8D 26 20
Octal 63 162 111 67 0 44 67 215 46 40
Binary 110011 1110010 1001001 110111 0 100100 110111 10001101 100110 100000

Color Harmonies of #337249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337249

Black with #337249

Text Example


Text Example

White with #337249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337249; }

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

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

background-color css

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

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

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

border-color css

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

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

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