#336F45

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

Shades of Amazon #336F45

Tints of Amazon #336F45

Color information

#336F45 (or 0x336F45) is unknown color: approx Amazon. HEX triplet: 33, 6F and 45. RGB value is (51,111,69). Sum of RGB (Red+Green+Blue) = 51+111+69=231 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.08% from 231); Green value is 111 (43.75% from 255 or 48.05% from 231); Blue value is 69 (27.34% from 255 or 29.87% from 231); Max value from RGB is 111 - color contains mainly: green. Hex color #336F45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #336F45 is #CC90BA. Grayscale: #585858. Windows color (decimal): -13406395 or 4550451. OLE color: 4550451.

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

Color convert

RGB5111169-
CMYK0.5400.380.56
HSL138º37.04%31.76%-
HSV(B)138º54.05%43.53%-
XYZ8.1212.57.62-
YUV88.27117.12101.42-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.08%
GREEN value IS 111 (43.75% from 255) = 48.05%
BLUE value IS 69 (27.34% from 255) = 29.87%
R=22.08%
G=48.05%
B=29.87%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal51111690.5400.380.5613837.0431.76
Hex336F4536026388a2520
Octal6315710566046702124540
Binary11001111011111000101110110010011011100010001010100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,111,69); }

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

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

 a { background-color: rgb(51,111,69); }

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

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

 span { border-color: rgb(51,111,69); }

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