#307552

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

Shades of Amazon #307552

Tints of Amazon #307552

Color information

#307552 (or 0x307552) is unknown color: approx Amazon. HEX triplet: 30, 75 and 52. RGB value is (48,117,82). Sum of RGB (Red+Green+Blue) = 48+117+82=247 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.43% from 247); Green value is 117 (46.09% from 255 or 47.37% from 247); Blue value is 82 (32.42% from 255 or 33.20% from 247); Max value from RGB is 117 - color contains mainly: green. Hex color #307552 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307552 is #CF8AAD. Grayscale: #5C5C5C. Windows color (decimal): -13601454 or 5403952. OLE color: 5403952.

HSL color Cylindrical-coordinate representation of color #307552: hue angle of 149.57º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #307552 is Cyan = 0.59, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.54.

Color convert

RGB4811782-
CMYK0.5900.300.54
HSL149.57º41.82%32.35%-
HSV(B)149.57º58.97%45.88%-
XYZ9.113.9610.2-
YUV92.38122.1496.35-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.43%
GREEN value IS 117 (46.09% from 255) = 47.37%
BLUE value IS 82 (32.42% from 255) = 33.20%
R=19.43%
G=47.37%
B=33.20%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal48117820.5900.300.54149.5741.8232.35
Hex3075523B01E36962a20
Octal6016512273036662265240
Binary1100001110101101001011101101111011011010010110101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307552; }

 p { color: rgb(48,117,82); }

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

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

 a { background-color: rgb(48,117,82); }

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

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

 span { border-color: rgb(48,117,82); }

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