#337758

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

Shades of Amazon #337758

Tints of Amazon #337758

Color information

#337758 (or 0x337758) is unknown color: approx Amazon. HEX triplet: 33, 77 and 58. RGB value is (51,119,88). Sum of RGB (Red+Green+Blue) = 51+119+88=258 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.77% from 258); Green value is 119 (46.88% from 255 or 46.12% from 258); Blue value is 88 (34.77% from 255 or 34.11% from 258); Max value from RGB is 119 - color contains mainly: green. Hex color #337758 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337758 is #CC88A7. Grayscale: #5F5F5F. Windows color (decimal): -13404328 or 5797683. OLE color: 5797683.

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

Color convert

RGB5111988-
CMYK0.5700.260.53
HSL152.65º40%33.33%-
HSV(B)152.65º57.14%46.67%-
XYZ9.7214.611.54-
YUV95.13123.9796.52-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.77%
GREEN value IS 119 (46.88% from 255) = 46.12%
BLUE value IS 88 (34.77% from 255) = 34.11%
R=19.77%
G=46.12%
B=34.11%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal51119880.5700.260.53152.654033.33
Hex3377583901A35992821
Octal6316713071032652315041
Binary1100111110111101100011100101101011010110011001101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337758; }

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

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

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

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

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

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

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

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