#337658

Color #337658 Amazon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amazon #337658

Tints of Amazon #337658

Color information

#337658 (or 0x337658) is unknown color: approx Amazon. HEX triplet: 33, 76 and 58. RGB value is (51,118,88). Sum of RGB (Red+Green+Blue) = 51+118+88=257 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.84% from 257); Green value is 118 (46.48% from 255 or 45.91% from 257); Blue value is 88 (34.77% from 255 or 34.24% from 257); Max value from RGB is 118 - color contains mainly: green. Hex color #337658 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337658 is #CC89A7. Grayscale: #5E5E5E. Windows color (decimal): -13404584 or 5797427. OLE color: 5797427.

HSL color Cylindrical-coordinate representation of color #337658: hue angle of 153.13º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #337658 is Cyan = 0.57, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.54.

Color convert

RGB5111888-
CMYK0.5700.250.54
HSL153.13º39.64%33.14%-
HSV(B)153.13º56.78%46.27%-
XYZ9.6114.3711.5-
YUV94.55124.396.94-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.84%
GREEN value IS 118 (46.48% from 255) = 45.91%
BLUE value IS 88 (34.77% from 255) = 34.24%
R=19.84%
G=45.91%
B=34.24%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal51118880.5700.250.54153.1339.6433.14
Hex3376583901936992821
Octal6316613071031662315041
Binary1100111110110101100011100101100111011010011001101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337658; }

 p { color: rgb(51,118,88); }

 H1.HeaderClassName
 {
   color: #337658;
 }
 .AnyTagClassName
 {
   color: #337658;
 }
</style>
background-color css

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

 a { background-color: rgb(51,118,88); }

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

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

 span { border-color: rgb(51,118,88); }

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