#338644

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

Shades of Amazon #338644

Tints of Amazon #338644

Color information

#338644 (or 0x338644) is unknown color: approx Amazon. HEX triplet: 33, 86 and 44. RGB value is (51,134,68). Sum of RGB (Red+Green+Blue) = 51+134+68=253 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.16% from 253); Green value is 134 (52.73% from 255 or 52.96% from 253); Blue value is 68 (26.95% from 255 or 26.88% from 253); Max value from RGB is 134 - color contains mainly: green. Hex color #338644 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338644 is #CC79BB. Grayscale: #656565. Windows color (decimal): -13400508 or 4490803. OLE color: 4490803.

HSL color Cylindrical-coordinate representation of color #338644: hue angle of 132.29º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #338644 is Cyan = 0.62, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.47.

Color convert

RGB5113468-
CMYK0.6200.490.47
HSL132.29º44.86%36.27%-
HSV(B)132.29º61.94%52.55%-
XYZ10.9318.178.4-
YUV101.6610991.87-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.16%
GREEN value IS 134 (52.73% from 255) = 52.96%
BLUE value IS 68 (26.95% from 255) = 26.88%
R=20.16%
G=52.96%
B=26.88%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal51134680.6200.490.47132.2944.8636.27
Hex3386443E0312F842d24
Octal6320610476061572045544
Binary110011100001101000100111110011000110111110000100101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338644; }

 p { color: rgb(51,134,68); }

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

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

 a { background-color: rgb(51,134,68); }

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

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

 span { border-color: rgb(51,134,68); }

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