#30764D

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

Shades of Amazon #30764D

Tints of Amazon #30764D

Color information

#30764D (or 0x30764D) is unknown color: approx Amazon. HEX triplet: 30, 76 and 4D. RGB value is (48,118,77). Sum of RGB (Red+Green+Blue) = 48+118+77=243 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.75% from 243); Green value is 118 (46.48% from 255 or 48.56% from 243); Blue value is 77 (30.47% from 255 or 31.69% from 243); Max value from RGB is 118 - color contains mainly: green. Hex color #30764D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30764D is #CF89B2. Grayscale: #5C5C5C. Windows color (decimal): -13601203 or 5076528. OLE color: 5076528.

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

Color convert

RGB4811877-
CMYK0.5900.350.54
HSL144.86º42.17%32.55%-
HSV(B)144.86º59.32%46.27%-
XYZ9.0414.129.27-
YUV92.4119.3196.33-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.75%
GREEN value IS 118 (46.48% from 255) = 48.56%
BLUE value IS 77 (30.47% from 255) = 31.69%
R=19.75%
G=48.56%
B=31.69%

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
Decimal48118770.5900.350.54144.8642.1732.55
Hex30764D3B02336912a21
Octal6016611573043662215241
Binary11000011101101001101111011010001111011010010001101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30764D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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