#307358

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

Shades of Amazon #307358

Tints of Amazon #307358

Color information

#307358 (or 0x307358) is unknown color: approx Amazon. HEX triplet: 30, 73 and 58. RGB value is (48,115,88). Sum of RGB (Red+Green+Blue) = 48+115+88=251 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.12% from 251); Green value is 115 (45.31% from 255 or 45.82% from 251); Blue value is 88 (34.77% from 255 or 35.06% from 251); Max value from RGB is 115 - color contains mainly: green. Hex color #307358 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307358 is #CF8CA7. Grayscale: #5B5B5B. Windows color (decimal): -13601960 or 5796656. OLE color: 5796656.

HSL color Cylindrical-coordinate representation of color #307358: hue angle of 155.82º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #307358 is Cyan = 0.58, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.55.

Color convert

RGB4811588-
CMYK0.5800.230.55
HSL155.82º41.1%31.96%-
HSV(B)155.82º58.26%45.1%-
XYZ9.1113.5911.38-
YUV91.89125.896.7-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.12%
GREEN value IS 115 (45.31% from 255) = 45.82%
BLUE value IS 88 (34.77% from 255) = 35.06%
R=19.12%
G=45.82%
B=35.06%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48115880.5800.230.55155.8241.131.96
Hex3073583A017379c2920
Octal6016313072027672345140
Binary1100001110011101100011101001011111011110011100101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307358; }

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

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

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

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

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

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

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

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