#307553

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

Shades of Amazon #307553

Tints of Amazon #307553

Color information

#307553 (or 0x307553) is unknown color: approx Amazon. HEX triplet: 30, 75 and 53. RGB value is (48,117,83). Sum of RGB (Red+Green+Blue) = 48+117+83=248 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.35% from 248); Green value is 117 (46.09% from 255 or 47.18% from 248); Blue value is 83 (32.81% from 255 or 33.47% from 248); Max value from RGB is 117 - color contains mainly: green. Hex color #307553 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307553 is #CF8AAC. Grayscale: #5C5C5C. Windows color (decimal): -13601453 or 5469488. OLE color: 5469488.

HSL color Cylindrical-coordinate representation of color #307553: hue angle of 150.43º 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 #307553 is Cyan = 0.59, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.54.

Color convert

RGB4811783-
CMYK0.5900.290.54
HSL150.43º41.82%32.35%-
HSV(B)150.43º58.97%45.88%-
XYZ9.1413.9810.4-
YUV92.49122.6496.26-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.35%
GREEN value IS 117 (46.09% from 255) = 47.18%
BLUE value IS 83 (32.81% from 255) = 33.47%
R=19.35%
G=47.18%
B=33.47%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal48117830.5900.290.54150.4341.8232.35
Hex3075533B01D36962a20
Octal6016512373035662265240
Binary1100001110101101001111101101110111011010010110101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307553; }

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

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

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

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

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

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

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

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