#336E4E

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

Shades of Amazon #336E4E

Tints of Amazon #336E4E

Color information

#336E4E (or 0x336E4E) is unknown color: approx Amazon. HEX triplet: 33, 6E and 4E. RGB value is (51,110,78). Sum of RGB (Red+Green+Blue) = 51+110+78=239 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.34% from 239); Green value is 110 (43.36% from 255 or 46.03% from 239); Blue value is 78 (30.86% from 255 or 32.64% from 239); Max value from RGB is 110 - color contains mainly: green. Hex color #336E4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336E4E is #CC91B1. Grayscale: #585858. Windows color (decimal): -13406642 or 5140019. OLE color: 5140019.

HSL color Cylindrical-coordinate representation of color #336E4E: hue angle of 147.46º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #336E4E is Cyan = 0.54, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.57.

Color convert

RGB5111078-
CMYK0.5400.290.57
HSL147.46º36.65%31.57%-
HSV(B)147.46º53.64%43.14%-
XYZ8.3212.419.16-
YUV88.71121.95101.1-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.34%
GREEN value IS 110 (43.36% from 255) = 46.03%
BLUE value IS 78 (30.86% from 255) = 32.64%
R=21.34%
G=46.03%
B=32.64%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal51110780.5400.290.57147.4636.6531.57
Hex336E4E3601D39932520
Octal6315611666035712234540
Binary1100111101110100111011011001110111100110010011100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336E4E; }

 p { color: rgb(51,110,78); }

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

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

 a { background-color: rgb(51,110,78); }

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

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

 span { border-color: rgb(51,110,78); }

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