#307658

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

Shades of Amazon #307658

Tints of Amazon #307658

Color information

#307658 (or 0x307658) is unknown color: approx Amazon. HEX triplet: 30, 76 and 58. RGB value is (48,118,88). Sum of RGB (Red+Green+Blue) = 48+118+88=254 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.90% from 254); Green value is 118 (46.48% from 255 or 46.46% from 254); Blue value is 88 (34.77% from 255 or 34.65% from 254); Max value from RGB is 118 - color contains mainly: green. Hex color #307658 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307658 is #CF89A7. Grayscale: #5D5D5D. Windows color (decimal): -13601192 or 5797424. OLE color: 5797424.

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

Color convert

RGB4811888-
CMYK0.5900.250.54
HSL154.29º42.17%32.55%-
HSV(B)154.29º59.32%46.27%-
XYZ9.4614.2911.49-
YUV93.65124.8195.44-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.90%
GREEN value IS 118 (46.48% from 255) = 46.46%
BLUE value IS 88 (34.77% from 255) = 34.65%
R=18.90%
G=46.46%
B=34.65%

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
Decimal48118880.5900.250.54154.2942.1732.55
Hex3076583B019369a2a21
Octal6016613073031662325241
Binary1100001110110101100011101101100111011010011010101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307658; }

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

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

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

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

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

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

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

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