Html Css Color HEX #337949 Amazon

📋 copy color: '#337949'

red 51 ◦ green 121 ◦ blue 73

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

Shades of Amazon #337949

Tints of Amazon #337949

RGB

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

 GREEN value IS 121 (47.66% from 255) = 49.39%

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

R = 20.82%
G = 49.39%
B = 29.8%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.40

 K value IS 0.53

RGB Variations

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

Color information

#337949 (or 0x337949) is known color: Amazon. HEX triplet: 33, 79 and 49. RGB value is (51,121,73). Sum of RGB (Red+Green+Blue) = 51+121+73=245 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.82% from 245); Green value is 121 (47.66% from 255 or 49.39% from 245); Blue value is 73 (28.91% from 255 or 29.80% from 245); Max value from RGB is 121 - color contains mainly: green. Hex color #337949 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337949 is #CC86B6. Grayscale: #5E5E5E. Windows color (decimal): -13403831 or 4815155. OLE color: 4815155.

HSL color Cylindrical-coordinate representation of color #337949: hue angle of 138.86º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #337949 is Cyan = 0.58, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.53.

Color convert

RGB 51 121 73 -
CMYK 0.58 0 0.40 0.53
HSL 138.86º 0.41% 0.34% -
HSV(B) 138.86º 0.58% 0.47% -
XYZ 9.41 14.86 8.68 -
YUV 94.6 115.81 96.9 -
System Red Green Blue C M Y K H S L
Decimal 51 121 73 0.58 0 0.40 0.53 138.86 0.41 0.34
Hex 33 79 49 3A 0 28 35 8B 29 22
Octal 63 171 111 72 0 50 65 213 51 42
Binary 110011 1111001 1001001 111010 0 101000 110101 10001011 101001 100010

Color Harmonies of #337949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337949

Black with #337949

Text Example


Text Example

White with #337949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337949; }

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

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

background-color css

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

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

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

border-color css

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

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

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