#338252

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

Shades of Amazon #338252

Tints of Amazon #338252

Color information

#338252 (or 0x338252) is unknown color: approx Amazon. HEX triplet: 33, 82 and 52. RGB value is (51,130,82). Sum of RGB (Red+Green+Blue) = 51+130+82=263 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.39% from 263); Green value is 130 (51.17% from 255 or 49.43% from 263); Blue value is 82 (32.42% from 255 or 31.18% from 263); Max value from RGB is 130 - color contains mainly: green. Hex color #338252 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338252 is #CC7DAD. Grayscale: #656565. Windows color (decimal): -13401518 or 5407283. OLE color: 5407283.

HSL color Cylindrical-coordinate representation of color #338252: hue angle of 143.54º 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 #338252 is Cyan = 0.61, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.49.

Color convert

RGB5113082-
CMYK0.6100.370.49
HSL143.54º43.65%35.49%-
HSV(B)143.54º60.77%50.98%-
XYZ10.8717.2810.74-
YUV100.91117.3392.4-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.39%
GREEN value IS 130 (51.17% from 255) = 49.43%
BLUE value IS 82 (32.42% from 255) = 31.18%
R=19.39%
G=49.43%
B=31.18%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal51130820.6100.370.49143.5443.6535.49
Hex3382523D02531902c23
Octal6320212275045612205443
Binary110011100000101010010111101010010111000110010000101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338252; }

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

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

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

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

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

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

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

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