#336C4F

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

Shades of Amazon #336C4F

Tints of Amazon #336C4F

Color information

#336C4F (or 0x336C4F) is unknown color: approx Amazon. HEX triplet: 33, 6C and 4F. RGB value is (51,108,79). Sum of RGB (Red+Green+Blue) = 51+108+79=238 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.43% from 238); Green value is 108 (42.58% from 255 or 45.38% from 238); Blue value is 79 (31.25% from 255 or 33.19% from 238); Max value from RGB is 108 - color contains mainly: green. Hex color #336C4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336C4F is #CC93B0. Grayscale: #575757. Windows color (decimal): -13407153 or 5205043. OLE color: 5205043.

HSL color Cylindrical-coordinate representation of color #336C4F: hue angle of 149.47º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #336C4F is Cyan = 0.53, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.58.

Color convert

RGB5110879-
CMYK0.5300.270.58
HSL149.47º35.85%31.18%-
HSV(B)149.47º52.78%42.35%-
XYZ8.1411.999.28-
YUV87.65123.12101.86-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.43%
GREEN value IS 108 (42.58% from 255) = 45.38%
BLUE value IS 79 (31.25% from 255) = 33.19%
R=21.43%
G=45.38%
B=33.19%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal51108790.5300.270.58149.4735.8531.18
Hex336C4F3501B3A95241f
Octal6315411765033722254437
Binary110011110110010011111101010110111110101001010110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,108,79); }

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

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

 a { background-color: rgb(51,108,79); }

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

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

 span { border-color: rgb(51,108,79); }

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