Html Css Color HEX #337353 Amazon

📋 copy color: '#337353'

red 51 ◦ green 115 ◦ blue 83

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

Shades of Amazon #337353

Tints of Amazon #337353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 33.33%

R = 20.48%
G = 46.18%
B = 33.33%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.28

 K value IS 0.55

RGB Variations

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

Color information

#337353 (or 0x337353) is known color: Amazon. HEX triplet: 33, 73 and 53. RGB value is (51,115,83). Sum of RGB (Red+Green+Blue) = 51+115+83=249 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.48% from 249); Green value is 115 (45.31% from 255 or 46.18% from 249); Blue value is 83 (32.81% from 255 or 33.33% from 249); Max value from RGB is 115 - color contains mainly: green. Hex color #337353 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337353 is #CC8CAC. Grayscale: #5C5C5C. Windows color (decimal): -13405357 or 5468979. OLE color: 5468979.

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

Color convert

RGB 51 115 83 -
CMYK 0.56 0 0.28 0.55
HSL 150º 0.39% 0.33% -
HSV(B) 150º 0.56% 0.45% -
XYZ 9.06 13.59 10.33 -
YUV 92.22 122.8 98.6 -
System Red Green Blue C M Y K H S L
Decimal 51 115 83 0.56 0 0.28 0.55 150 0.39 0.33
Hex 33 73 53 38 0 1C 37 96 27 21
Octal 63 163 123 70 0 34 67 226 47 41
Binary 110011 1110011 1010011 111000 0 11100 110111 10010110 100111 100001

Color Harmonies of #337353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337353

Black with #337353

Text Example


Text Example

White with #337353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337353; }

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

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

background-color css

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

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

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

border-color css

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

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

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