#338448

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

Shades of Amazon #338448

Tints of Amazon #338448

Color information

#338448 (or 0x338448) is unknown color: approx Amazon. HEX triplet: 33, 84 and 48. RGB value is (51,132,72). Sum of RGB (Red+Green+Blue) = 51+132+72=255 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20% from 255); Green value is 132 (51.95% from 255 or 51.76% from 255); Blue value is 72 (28.52% from 255 or 28.24% from 255); Max value from RGB is 132 - color contains mainly: green. Hex color #338448 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338448 is #CC7BB7. Grayscale: #656565. Windows color (decimal): -13401016 or 4752435. OLE color: 4752435.

HSL color Cylindrical-coordinate representation of color #338448: hue angle of 135.56º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #338448 is Cyan = 0.61, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.48.

Color convert

RGB5113272-
CMYK0.6100.450.48
HSL135.56º44.26%35.88%-
HSV(B)135.56º61.36%51.76%-
XYZ10.7917.678.97-
YUV100.94111.6692.38-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20%
GREEN value IS 132 (51.95% from 255) = 51.76%
BLUE value IS 72 (28.52% from 255) = 28.24%
R=20%
G=51.76%
B=28.24%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal51132720.6100.450.48135.5644.2635.88
Hex3384483D02D30882c24
Octal6320411075055602105444
Binary110011100001001001000111101010110111000010001000101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338448; }

 p { color: rgb(51,132,72); }

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

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

 a { background-color: rgb(51,132,72); }

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

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

 span { border-color: rgb(51,132,72); }

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