#30754E

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

Shades of Amazon #30754E

Tints of Amazon #30754E

Color information

#30754E (or 0x30754E) is unknown color: approx Amazon. HEX triplet: 30, 75 and 4E. RGB value is (48,117,78). Sum of RGB (Red+Green+Blue) = 48+117+78=243 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.75% from 243); Green value is 117 (46.09% from 255 or 48.15% from 243); Blue value is 78 (30.86% from 255 or 32.10% from 243); Max value from RGB is 117 - color contains mainly: green. Hex color #30754E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30754E is #CF8AB1. Grayscale: #5C5C5C. Windows color (decimal): -13601458 or 5141808. OLE color: 5141808.

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

Color convert

RGB4811778-
CMYK0.5900.330.54
HSL146.09º41.82%32.35%-
HSV(B)146.09º58.97%45.88%-
XYZ8.9613.99.42-
YUV91.92120.1496.67-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.75%
GREEN value IS 117 (46.09% from 255) = 48.15%
BLUE value IS 78 (30.86% from 255) = 32.10%
R=19.75%
G=48.15%
B=32.10%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal48117780.5900.330.54146.0941.8232.35
Hex30754E3B02136922a20
Octal6016511673041662225240
Binary11000011101011001110111011010000111011010010010101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30754E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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