#30745C

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

Shades of Amazon #30745C

Tints of Amazon #30745C

Color information

#30745C (or 0x30745C) is unknown color: approx Amazon. HEX triplet: 30, 74 and 5C. RGB value is (48,116,92). Sum of RGB (Red+Green+Blue) = 48+116+92=256 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.75% from 256); Green value is 116 (45.70% from 255 or 45.31% from 256); Blue value is 92 (36.33% from 255 or 35.94% from 256); Max value from RGB is 116 - color contains mainly: green. Hex color #30745C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30745C is #CF8BA3. Grayscale: #5C5C5C. Windows color (decimal): -13601700 or 6059056. OLE color: 6059056.

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

Color convert

RGB4811692-
CMYK0.5900.210.55
HSL158.82º41.46%32.16%-
HSV(B)158.82º58.62%45.49%-
XYZ9.413.8912.31-
YUV92.93127.4795.95-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.75%
GREEN value IS 116 (45.70% from 255) = 45.31%
BLUE value IS 92 (36.33% from 255) = 35.94%
R=18.75%
G=45.31%
B=35.94%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48116920.5900.210.55158.8241.4632.16
Hex30745C3B015379f2920
Octal6016413473025672375140
Binary1100001110100101110011101101010111011110011111101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30745C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30745C; }

 p { color: rgb(48,116,92); }

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

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

 a { background-color: rgb(48,116,92); }

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

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

 span { border-color: rgb(48,116,92); }

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