Html Css Color HEX #337350 Amazon

📋 copy color: '#337350'

red 51 ◦ green 115 ◦ blue 80

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

Shades of Amazon #337350

Tints of Amazon #337350

RGB

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

 GREEN value IS 115 (45.31% from 255) = 46.75%

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

R = 20.73%
G = 46.75%
B = 32.52%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#337350 (or 0x337350) is known color: Amazon. HEX triplet: 33, 73 and 50. RGB value is (51,115,80). Sum of RGB (Red+Green+Blue) = 51+115+80=246 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.73% from 246); Green value is 115 (45.31% from 255 or 46.75% from 246); Blue value is 80 (31.64% from 255 or 32.52% from 246); Max value from RGB is 115 - color contains mainly: green. Hex color #337350 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337350 is #CC8CAF. Grayscale: #5B5B5B. Windows color (decimal): -13405360 or 5272371. OLE color: 5272371.

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

Color convert

RGB 51 115 80 -
CMYK 0.56 0 0.30 0.55
HSL 147.19º 0.39% 0.33% -
HSV(B) 147.19º 0.56% 0.45% -
XYZ 8.94 13.54 9.73 -
YUV 91.87 121.3 98.85 -
System Red Green Blue C M Y K H S L
Decimal 51 115 80 0.56 0 0.30 0.55 147.19 0.39 0.33
Hex 33 73 50 38 0 1E 37 93 27 21
Octal 63 163 120 70 0 36 67 223 47 41
Binary 110011 1110011 1010000 111000 0 11110 110111 10010011 100111 100001

Color Harmonies of #337350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337350

Black with #337350

Text Example


Text Example

White with #337350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337350; }

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

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

background-color css

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

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

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

border-color css

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

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

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