#337045

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

Shades of Amazon #337045

Tints of Amazon #337045

Color information

#337045 (or 0x337045) is unknown color: approx Amazon. HEX triplet: 33, 70 and 45. RGB value is (51,112,69). Sum of RGB (Red+Green+Blue) = 51+112+69=232 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.98% from 232); Green value is 112 (44.14% from 255 or 48.28% from 232); Blue value is 69 (27.34% from 255 or 29.74% from 232); Max value from RGB is 112 - color contains mainly: green. Hex color #337045 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337045 is #CC8FBA. Grayscale: #585858. Windows color (decimal): -13406139 or 4550707. OLE color: 4550707.

HSL color Cylindrical-coordinate representation of color #337045: hue angle of 137.7º 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 #337045 is Cyan = 0.54, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.56.

Color convert

RGB5111269-
CMYK0.5400.380.56
HSL137.7º37.42%31.96%-
HSV(B)137.7º54.46%43.92%-
XYZ8.2312.727.65-
YUV88.86116.79101-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.98%
GREEN value IS 112 (44.14% from 255) = 48.28%
BLUE value IS 69 (27.34% from 255) = 29.74%
R=21.98%
G=48.28%
B=29.74%

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
Decimal51112690.5400.380.56137.737.4231.96
Hex33704536026388a2520
Octal6316010566046702124540
Binary11001111100001000101110110010011011100010001010100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337045; }

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

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

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

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

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

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

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

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