#30775B

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

Shades of Amazon #30775B

Tints of Amazon #30775B

Color information

#30775B (or 0x30775B) is unknown color: approx Amazon. HEX triplet: 30, 77 and 5B. RGB value is (48,119,91). Sum of RGB (Red+Green+Blue) = 48+119+91=258 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.60% from 258); Green value is 119 (46.88% from 255 or 46.12% from 258); Blue value is 91 (35.94% from 255 or 35.27% from 258); Max value from RGB is 119 - color contains mainly: green. Hex color #30775B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30775B is #CF88A4. Grayscale: #5E5E5E. Windows color (decimal): -13600933 or 5994288. OLE color: 5994288.

HSL color Cylindrical-coordinate representation of color #30775B: hue angle of 156.34º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #30775B is Cyan = 0.60, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB4811991-
CMYK0.6000.240.53
HSL156.34º42.51%32.75%-
HSV(B)156.34º59.66%46.67%-
XYZ9.714.5812.2-
YUV94.58125.9894.78-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.60%
GREEN value IS 119 (46.88% from 255) = 46.12%
BLUE value IS 91 (35.94% from 255) = 35.27%
R=18.60%
G=46.12%
B=35.27%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal48119910.6000.240.53156.3442.5132.75
Hex30775B3C018359c2b21
Octal6016713374030652345341
Binary1100001110111101101111110001100011010110011100101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30775B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30775B; }

 p { color: rgb(48,119,91); }

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

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

 a { background-color: rgb(48,119,91); }

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

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

 span { border-color: rgb(48,119,91); }

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