#337458

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

Shades of Amazon #337458

Tints of Amazon #337458

Color information

#337458 (or 0x337458) is unknown color: approx Amazon. HEX triplet: 33, 74 and 58. RGB value is (51,116,88). Sum of RGB (Red+Green+Blue) = 51+116+88=255 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20% from 255); Green value is 116 (45.70% from 255 or 45.49% from 255); Blue value is 88 (34.77% from 255 or 34.51% from 255); Max value from RGB is 116 - color contains mainly: green. Hex color #337458 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337458 is #CC8BA7. Grayscale: #5D5D5D. Windows color (decimal): -13405096 or 5796915. OLE color: 5796915.

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

Color convert

RGB5111688-
CMYK0.5600.240.55
HSL154.15º38.92%32.75%-
HSV(B)154.15º56.03%45.49%-
XYZ9.3713.911.42-
YUV93.37124.9797.78-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20%
GREEN value IS 116 (45.70% from 255) = 45.49%
BLUE value IS 88 (34.77% from 255) = 34.51%
R=20%
G=45.49%
B=34.51%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal51116880.5600.240.55154.1538.9232.75
Hex33745838018379a2721
Octal6316413070030672324741
Binary1100111110100101100011100001100011011110011010100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337458; }

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

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

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

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

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

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

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

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