#30774C

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

Shades of Amazon #30774C

Tints of Amazon #30774C

Color information

#30774C (or 0x30774C) is unknown color: approx Amazon. HEX triplet: 30, 77 and 4C. RGB value is (48,119,76). Sum of RGB (Red+Green+Blue) = 48+119+76=243 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.75% from 243); Green value is 119 (46.88% from 255 or 48.97% from 243); Blue value is 76 (30.08% from 255 or 31.28% from 243); Max value from RGB is 119 - color contains mainly: green. Hex color #30774C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30774C is #CF88B3. Grayscale: #5C5C5C. Windows color (decimal): -13600948 or 5011248. OLE color: 5011248.

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

Color convert

RGB4811976-
CMYK0.6000.360.53
HSL143.66º42.51%32.75%-
HSV(B)143.66º59.66%46.67%-
XYZ9.1214.349.13-
YUV92.87118.4896-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.75%
GREEN value IS 119 (46.88% from 255) = 48.97%
BLUE value IS 76 (30.08% from 255) = 31.28%
R=19.75%
G=48.97%
B=31.28%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal48119760.6000.360.53143.6642.5132.75
Hex30774C3C02435902b21
Octal6016711474044652205341
Binary11000011101111001100111100010010011010110010000101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30774C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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