Html Css Color HEX #337250 Amazon

📋 copy color: '#337250'

red 51 ◦ green 114 ◦ blue 80

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

Shades of Amazon #337250

Tints of Amazon #337250

RGB

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

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

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

R = 20.82%
G = 46.53%
B = 32.65%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#337250 (or 0x337250) is known color: Amazon. HEX triplet: 33, 72 and 50. RGB value is (51,114,80). Sum of RGB (Red+Green+Blue) = 51+114+80=245 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.82% from 245); Green value is 114 (44.92% from 255 or 46.53% from 245); Blue value is 80 (31.64% from 255 or 32.65% from 245); Max value from RGB is 114 - color contains mainly: green. Hex color #337250 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337250 is #CC8DAF. Grayscale: #5B5B5B. Windows color (decimal): -13405616 or 5272115. OLE color: 5272115.

HSL color Cylindrical-coordinate representation of color #337250: hue angle of 147.62º 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 #337250 is Cyan = 0.55, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB 51 114 80 -
CMYK 0.55 0 0.30 0.55
HSL 147.62º 0.38% 0.32% -
HSV(B) 147.62º 0.55% 0.45% -
XYZ 8.83 13.32 9.69 -
YUV 91.29 121.63 99.26 -
System Red Green Blue C M Y K H S L
Decimal 51 114 80 0.55 0 0.30 0.55 147.62 0.38 0.32
Hex 33 72 50 37 0 1E 37 94 26 20
Octal 63 162 120 67 0 36 67 224 46 40
Binary 110011 1110010 1010000 110111 0 11110 110111 10010100 100110 100000

Color Harmonies of #337250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337250

Black with #337250

Text Example


Text Example

White with #337250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337250; }

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

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

background-color css

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

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

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

border-color css

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

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

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