#337144

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

Shades of Amazon #337144

Tints of Amazon #337144

Color information

#337144 (or 0x337144) is unknown color: approx Amazon. HEX triplet: 33, 71 and 44. RGB value is (51,113,68). Sum of RGB (Red+Green+Blue) = 51+113+68=232 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.98% from 232); Green value is 113 (44.53% from 255 or 48.71% from 232); Blue value is 68 (26.95% from 255 or 29.31% from 232); Max value from RGB is 113 - color contains mainly: green. Hex color #337144 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337144 is #CC8EBB. Grayscale: #595959. Windows color (decimal): -13405884 or 4485427. OLE color: 4485427.

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

Color convert

RGB5111368-
CMYK0.5500.400.56
HSL136.45º37.8%32.16%-
HSV(B)136.45º54.87%44.31%-
XYZ8.3112.937.53-
YUV89.33115.96100.66-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.98%
GREEN value IS 113 (44.53% from 255) = 48.71%
BLUE value IS 68 (26.95% from 255) = 29.31%
R=21.98%
G=48.71%
B=29.31%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal51113680.5500.400.56136.4537.832.16
Hex3371443702838882620
Octal6316110467050702104640
Binary11001111100011000100110111010100011100010001000100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337144; }

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

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

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

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

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

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

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

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