Html Css Color HEX #337A5E Amazon

📋 copy color: '#337A5E'

red 51 ◦ green 122 ◦ blue 94

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

Shades of Amazon #337A5E

Tints of Amazon #337A5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 35.21%

R = 19.1%
G = 45.69%
B = 35.21%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.23

 K value IS 0.52

RGB Variations

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

Color information

#337A5E (or 0x337A5E) is known color: Amazon. HEX triplet: 33, 7A and 5E. RGB value is (51,122,94). Sum of RGB (Red+Green+Blue) = 51+122+94=267 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.10% from 267); Green value is 122 (48.05% from 255 or 45.69% from 267); Blue value is 94 (37.11% from 255 or 35.21% from 267); Max value from RGB is 122 - color contains mainly: green. Hex color #337A5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337A5E is #CC85A1. Grayscale: #616161. Windows color (decimal): -13403554 or 6191667. OLE color: 6191667.

HSL color Cylindrical-coordinate representation of color #337A5E: hue angle of 156.34º 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 #337A5E is Cyan = 0.58, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.52.

Color convert

RGB 51 122 94 -
CMYK 0.58 0 0.23 0.52
HSL 156.34º 0.41% 0.34% -
HSV(B) 156.34º 0.58% 0.48% -
XYZ 10.35 15.43 13.02 -
YUV 97.58 125.98 94.78 -
System Red Green Blue C M Y K H S L
Decimal 51 122 94 0.58 0 0.23 0.52 156.34 0.41 0.34
Hex 33 7A 5E 3A 0 17 34 9C 29 22
Octal 63 172 136 72 0 27 64 234 51 42
Binary 110011 1111010 1011110 111010 0 10111 110100 10011100 101001 100010

Color Harmonies of #337A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337A5E

Black with #337A5E

Text Example


Text Example

White with #337A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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