Html Css Color HEX #337449 Amazon

📋 copy color: '#337449'

red 51 ◦ green 116 ◦ blue 73

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

Shades of Amazon #337449

Tints of Amazon #337449

RGB

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

 GREEN value IS 116 (45.7% from 255) = 48.33%

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

R = 21.25%
G = 48.33%
B = 30.42%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#337449 (or 0x337449) is known color: Amazon. HEX triplet: 33, 74 and 49. RGB value is (51,116,73). Sum of RGB (Red+Green+Blue) = 51+116+73=240 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.25% from 240); Green value is 116 (45.70% from 255 or 48.33% from 240); Blue value is 73 (28.91% from 255 or 30.42% from 240); Max value from RGB is 116 - color contains mainly: green. Hex color #337449 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337449 is #CC8BB6. Grayscale: #5B5B5B. Windows color (decimal): -13405111 or 4813875. OLE color: 4813875.

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

Color convert

RGB 51 116 73 -
CMYK 0.56 0 0.37 0.55
HSL 140.31º 0.39% 0.33% -
HSV(B) 140.31º 0.56% 0.45% -
XYZ 8.81 13.68 8.48 -
YUV 91.66 117.47 99 -
System Red Green Blue C M Y K H S L
Decimal 51 116 73 0.56 0 0.37 0.55 140.31 0.39 0.33
Hex 33 74 49 38 0 25 37 8C 27 21
Octal 63 164 111 70 0 45 67 214 47 41
Binary 110011 1110100 1001001 111000 0 100101 110111 10001100 100111 100001

Color Harmonies of #337449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337449

Black with #337449

Text Example


Text Example

White with #337449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337449; }

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

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

background-color css

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

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

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

border-color css

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

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

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