Html Css Color HEX #337E48 Amazon

📋 copy color: '#337E48'

red 51 ◦ green 126 ◦ blue 72

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

Shades of Amazon #337E48

Tints of Amazon #337E48

RGB

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

 GREEN value IS 126 (49.61% from 255) = 50.6%

 BLUE value IS 72 (28.52% from 255) = 28.92%

R = 20.48%
G = 50.6%
B = 28.92%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.43

 K value IS 0.51

RGB Variations

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

Color information

#337E48 (or 0x337E48) is known color: Amazon. HEX triplet: 33, 7E and 48. RGB value is (51,126,72). Sum of RGB (Red+Green+Blue) = 51+126+72=249 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.48% from 249); Green value is 126 (49.61% from 255 or 50.60% from 249); Blue value is 72 (28.52% from 255 or 28.92% from 249); Max value from RGB is 126 - color contains mainly: green. Hex color #337E48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337E48 is #CC81B7. Grayscale: #616161. Windows color (decimal): -13402552 or 4750899. OLE color: 4750899.

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

Color convert

RGB 51 126 72 -
CMYK 0.60 0 0.43 0.51
HSL 136.8º 0.42% 0.35% -
HSV(B) 136.8º 0.6% 0.49% -
XYZ 10 16.09 8.71 -
YUV 97.42 113.65 94.89 -
System Red Green Blue C M Y K H S L
Decimal 51 126 72 0.60 0 0.43 0.51 136.8 0.42 0.35
Hex 33 7E 48 3C 0 2B 33 89 2A 23
Octal 63 176 110 74 0 53 63 211 52 43
Binary 110011 1111110 1001000 111100 0 101011 110011 10001001 101010 100011

Color Harmonies of #337E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337E48

Black with #337E48

Text Example


Text Example

White with #337E48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,126,72); }

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

background-color css

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

 a { background-color: rgb(51,126,72); }

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

border-color css

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

 span { border-color: rgb(51,126,72); }

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