#30754C

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

Shades of Amazon #30754C

Tints of Amazon #30754C

Color information

#30754C (or 0x30754C) is unknown color: approx Amazon. HEX triplet: 30, 75 and 4C. RGB value is (48,117,76). Sum of RGB (Red+Green+Blue) = 48+117+76=241 (31% of max value = 765). Red value is 48 (19.14% from 255 or 19.92% from 241); Green value is 117 (46.09% from 255 or 48.55% from 241); Blue value is 76 (30.08% from 255 or 31.54% from 241); Max value from RGB is 117 - color contains mainly: green. Hex color #30754C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30754C is #CF8AB3. Grayscale: #5B5B5B. Windows color (decimal): -13601460 or 5010736. OLE color: 5010736.

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

Color convert

RGB4811776-
CMYK0.5900.350.54
HSL144.35º41.82%32.35%-
HSV(B)144.35º58.97%45.88%-
XYZ8.8813.879.05-
YUV91.7119.1496.83-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.92%
GREEN value IS 117 (46.09% from 255) = 48.55%
BLUE value IS 76 (30.08% from 255) = 31.54%
R=19.92%
G=48.55%
B=31.54%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal48117760.5900.350.54144.3541.8232.35
Hex30754C3B02336902a20
Octal6016511473043662205240
Binary11000011101011001100111011010001111011010010000101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30754C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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