#337B4A

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

Shades of Amazon #337B4A

Tints of Amazon #337B4A

Color information

#337B4A (or 0x337B4A) is unknown color: approx Amazon. HEX triplet: 33, 7B and 4A. RGB value is (51,123,74). Sum of RGB (Red+Green+Blue) = 51+123+74=248 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.56% from 248); Green value is 123 (48.44% from 255 or 49.60% from 248); Blue value is 74 (29.30% from 255 or 29.84% from 248); Max value from RGB is 123 - color contains mainly: green. Hex color #337B4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337B4A is #CC84B5. Grayscale: #606060. Windows color (decimal): -13403318 or 4881203. OLE color: 4881203.

HSL color Cylindrical-coordinate representation of color #337B4A: hue angle of 139.17º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #337B4A is Cyan = 0.59, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.52.

Color convert

RGB5112374-
CMYK0.5900.400.52
HSL139.17º41.38%34.12%-
HSV(B)139.17º58.54%48.24%-
XYZ9.6815.368.93-
YUV95.89115.6595.98-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.56%
GREEN value IS 123 (48.44% from 255) = 49.60%
BLUE value IS 74 (29.30% from 255) = 29.84%
R=20.56%
G=49.60%
B=29.84%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal51123740.5900.400.52139.1741.3834.12
Hex337B4A3B028348b2922
Octal6317311273050642135142
Binary11001111110111001010111011010100011010010001011101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337B4A; }

 p { color: rgb(51,123,74); }

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

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

 a { background-color: rgb(51,123,74); }

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

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

 span { border-color: rgb(51,123,74); }

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