#30764C

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

Shades of Amazon #30764C

Tints of Amazon #30764C

Color information

#30764C (or 0x30764C) is unknown color: approx Amazon. HEX triplet: 30, 76 and 4C. RGB value is (48,118,76). Sum of RGB (Red+Green+Blue) = 48+118+76=242 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.83% from 242); Green value is 118 (46.48% from 255 or 48.76% from 242); Blue value is 76 (30.08% from 255 or 31.40% from 242); Max value from RGB is 118 - color contains mainly: green. Hex color #30764C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30764C is #CF89B3. Grayscale: #5C5C5C. Windows color (decimal): -13601204 or 5010992. OLE color: 5010992.

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

Color convert

RGB4811876-
CMYK0.5900.360.54
HSL144º42.17%32.55%-
HSV(B)144º59.32%46.27%-
XYZ914.119.09-
YUV92.28118.8196.42-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.83%
GREEN value IS 118 (46.48% from 255) = 48.76%
BLUE value IS 76 (30.08% from 255) = 31.40%
R=19.83%
G=48.76%
B=31.40%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal48118760.5900.360.5414442.1732.55
Hex30764C3B02436902a21
Octal6016611473044662205241
Binary11000011101101001100111011010010011011010010000101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30764C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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