#30745A

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

Shades of Amazon #30745A

Tints of Amazon #30745A

Color information

#30745A (or 0x30745A) is unknown color: approx Amazon. HEX triplet: 30, 74 and 5A. RGB value is (48,116,90). Sum of RGB (Red+Green+Blue) = 48+116+90=254 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.90% from 254); Green value is 116 (45.70% from 255 or 45.67% from 254); Blue value is 90 (35.55% from 255 or 35.43% from 254); Max value from RGB is 116 - color contains mainly: green. Hex color #30745A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30745A is #CF8BA5. Grayscale: #5C5C5C. Windows color (decimal): -13601702 or 5927984. OLE color: 5927984.

HSL color Cylindrical-coordinate representation of color #30745A: hue angle of 157.06º 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 #30745A is Cyan = 0.59, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB4811690-
CMYK0.5900.220.55
HSL157.06º41.46%32.16%-
HSV(B)157.06º58.62%45.49%-
XYZ9.3113.8611.86-
YUV92.7126.4796.11-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.90%
GREEN value IS 116 (45.70% from 255) = 45.67%
BLUE value IS 90 (35.55% from 255) = 35.43%
R=18.90%
G=45.67%
B=35.43%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48116900.5900.220.55157.0641.4632.16
Hex30745A3B016379d2920
Octal6016413273026672355140
Binary1100001110100101101011101101011011011110011101101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30745A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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