#30765B

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

Shades of Amazon #30765B

Tints of Amazon #30765B

Color information

#30765B (or 0x30765B) is unknown color: approx Amazon. HEX triplet: 30, 76 and 5B. RGB value is (48,118,91). Sum of RGB (Red+Green+Blue) = 48+118+91=257 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.68% from 257); Green value is 118 (46.48% from 255 or 45.91% from 257); Blue value is 91 (35.94% from 255 or 35.41% from 257); Max value from RGB is 118 - color contains mainly: green. Hex color #30765B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30765B is #CF89A4. Grayscale: #5E5E5E. Windows color (decimal): -13601189 or 5994032. OLE color: 5994032.

HSL color Cylindrical-coordinate representation of color #30765B: hue angle of 156.86º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #30765B is Cyan = 0.59, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB4811891-
CMYK0.5900.230.54
HSL156.86º42.17%32.55%-
HSV(B)156.86º59.32%46.27%-
XYZ9.5914.3412.16-
YUV93.99126.3195.2-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.68%
GREEN value IS 118 (46.48% from 255) = 45.91%
BLUE value IS 91 (35.94% from 255) = 35.41%
R=18.68%
G=45.91%
B=35.41%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal48118910.5900.230.54156.8642.1732.55
Hex30765B3B017369d2a21
Octal6016613373027662355241
Binary1100001110110101101111101101011111011010011101101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30765B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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