#337754

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

Shades of Amazon #337754

Tints of Amazon #337754

Color information

#337754 (or 0x337754) is unknown color: approx Amazon. HEX triplet: 33, 77 and 54. RGB value is (51,119,84). Sum of RGB (Red+Green+Blue) = 51+119+84=254 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.08% from 254); Green value is 119 (46.88% from 255 or 46.85% from 254); Blue value is 84 (33.20% from 255 or 33.07% from 254); Max value from RGB is 119 - color contains mainly: green. Hex color #337754 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337754 is #CC88AB. Grayscale: #5E5E5E. Windows color (decimal): -13404332 or 5535539. OLE color: 5535539.

HSL color Cylindrical-coordinate representation of color #337754: hue angle of 149.12º 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 #337754 is Cyan = 0.57, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.53.

Color convert

RGB5111984-
CMYK0.5700.290.53
HSL149.12º40%33.33%-
HSV(B)149.12º57.14%46.67%-
XYZ9.5614.5410.69-
YUV94.68121.9796.85-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.08%
GREEN value IS 119 (46.88% from 255) = 46.85%
BLUE value IS 84 (33.20% from 255) = 33.07%
R=20.08%
G=46.85%
B=33.07%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal51119840.5700.290.53149.124033.33
Hex3377543901D35952821
Octal6316712471035652255041
Binary1100111110111101010011100101110111010110010101101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337754; }

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

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

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

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

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

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

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

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