#336C4E

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

Shades of Amazon #336C4E

Tints of Amazon #336C4E

Color information

#336C4E (or 0x336C4E) is unknown color: approx Amazon. HEX triplet: 33, 6C and 4E. RGB value is (51,108,78). Sum of RGB (Red+Green+Blue) = 51+108+78=237 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.52% from 237); Green value is 108 (42.58% from 255 or 45.57% from 237); Blue value is 78 (30.86% from 255 or 32.91% from 237); Max value from RGB is 108 - color contains mainly: green. Hex color #336C4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336C4E is #CC93B1. Grayscale: #575757. Windows color (decimal): -13407154 or 5139507. OLE color: 5139507.

HSL color Cylindrical-coordinate representation of color #336C4E: hue angle of 148.42º 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 #336C4E is Cyan = 0.53, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.58.

Color convert

RGB5110878-
CMYK0.5300.280.58
HSL148.42º35.85%31.18%-
HSV(B)148.42º52.78%42.35%-
XYZ8.111.989.09-
YUV87.54122.62101.94-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.52%
GREEN value IS 108 (42.58% from 255) = 45.57%
BLUE value IS 78 (30.86% from 255) = 32.91%
R=21.52%
G=45.57%
B=32.91%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal51108780.5300.280.58148.4235.8531.18
Hex336C4E3501C3A94241f
Octal6315411665034722244437
Binary110011110110010011101101010111001110101001010010010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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