#307558

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

Shades of Amazon #307558

Tints of Amazon #307558

Color information

#307558 (or 0x307558) is unknown color: approx Amazon. HEX triplet: 30, 75 and 58. RGB value is (48,117,88). Sum of RGB (Red+Green+Blue) = 48+117+88=253 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.97% from 253); Green value is 117 (46.09% from 255 or 46.25% from 253); Blue value is 88 (34.77% from 255 or 34.78% from 253); Max value from RGB is 117 - color contains mainly: green. Hex color #307558 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307558 is #CF8AA7. Grayscale: #5D5D5D. Windows color (decimal): -13601448 or 5797168. OLE color: 5797168.

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

Color convert

RGB4811788-
CMYK0.5900.250.54
HSL154.78º41.82%32.35%-
HSV(B)154.78º58.97%45.88%-
XYZ9.3414.0611.45-
YUV93.06125.1495.86-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.97%
GREEN value IS 117 (46.09% from 255) = 46.25%
BLUE value IS 88 (34.77% from 255) = 34.78%
R=18.97%
G=46.25%
B=34.78%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal48117880.5900.250.54154.7841.8232.35
Hex3075583B019369b2a20
Octal6016513073031662335240
Binary1100001110101101100011101101100111011010011011101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307558; }

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

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

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

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

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

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

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

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