Html Css Color HEX #337A50 Amazon

📋 copy color: '#337A50'

red 51 ◦ green 122 ◦ blue 80

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

Shades of Amazon #337A50

Tints of Amazon #337A50

RGB

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

 GREEN value IS 122 (48.05% from 255) = 48.22%

 BLUE value IS 80 (31.64% from 255) = 31.62%

R = 20.16%
G = 48.22%
B = 31.62%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.34

 K value IS 0.52

RGB Variations

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

Color information

#337A50 (or 0x337A50) is known color: Amazon. HEX triplet: 33, 7A and 50. RGB value is (51,122,80). Sum of RGB (Red+Green+Blue) = 51+122+80=253 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.16% from 253); Green value is 122 (48.05% from 255 or 48.22% from 253); Blue value is 80 (31.64% from 255 or 31.62% from 253); Max value from RGB is 122 - color contains mainly: green. Hex color #337A50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337A50 is #CC85AF. Grayscale: #606060. Windows color (decimal): -13403568 or 5274163. OLE color: 5274163.

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

Color convert

RGB 51 122 80 -
CMYK 0.58 0 0.34 0.52
HSL 144.51º 0.41% 0.34% -
HSV(B) 144.51º 0.58% 0.48% -
XYZ 9.77 15.2 10.01 -
YUV 95.98 118.98 95.92 -
System Red Green Blue C M Y K H S L
Decimal 51 122 80 0.58 0 0.34 0.52 144.51 0.41 0.34
Hex 33 7A 50 3A 0 22 34 91 29 22
Octal 63 172 120 72 0 42 64 221 51 42
Binary 110011 1111010 1010000 111010 0 100010 110100 10010001 101001 100010

Color Harmonies of #337A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337A50

Black with #337A50

Text Example


Text Example

White with #337A50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,122,80); }

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

background-color css

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

 a { background-color: rgb(51,122,80); }

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

border-color css

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

 span { border-color: rgb(51,122,80); }

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