#338248

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

Shades of Amazon #338248

Tints of Amazon #338248

Color information

#338248 (or 0x338248) is unknown color: approx Amazon. HEX triplet: 33, 82 and 48. RGB value is (51,130,72). Sum of RGB (Red+Green+Blue) = 51+130+72=253 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.16% from 253); Green value is 130 (51.17% from 255 or 51.38% from 253); Blue value is 72 (28.52% from 255 or 28.46% from 253); Max value from RGB is 130 - color contains mainly: green. Hex color #338248 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338248 is #CC7DB7. Grayscale: #636363. Windows color (decimal): -13401528 or 4751923. OLE color: 4751923.

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

Color convert

RGB5113072-
CMYK0.6100.450.49
HSL135.95º43.65%35.49%-
HSV(B)135.95º60.77%50.98%-
XYZ10.5217.148.88-
YUV99.77112.3393.22-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.16%
GREEN value IS 130 (51.17% from 255) = 51.38%
BLUE value IS 72 (28.52% from 255) = 28.46%
R=20.16%
G=51.38%
B=28.46%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal51130720.6100.450.49135.9543.6535.49
Hex3382483D02D31882c23
Octal6320211075055612105443
Binary110011100000101001000111101010110111000110001000101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338248; }

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

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

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

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

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

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

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

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