#30774A

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

Shades of Amazon #30774A

Tints of Amazon #30774A

Color information

#30774A (or 0x30774A) is unknown color: approx Amazon. HEX triplet: 30, 77 and 4A. RGB value is (48,119,74). Sum of RGB (Red+Green+Blue) = 48+119+74=241 (31% of max value = 765). Red value is 48 (19.14% from 255 or 19.92% from 241); Green value is 119 (46.88% from 255 or 49.38% from 241); Blue value is 74 (29.30% from 255 or 30.71% from 241); Max value from RGB is 119 - color contains mainly: green. Hex color #30774A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30774A is #CF88B5. Grayscale: #5C5C5C. Windows color (decimal): -13600950 or 4880176. OLE color: 4880176.

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

Color convert

RGB4811974-
CMYK0.6000.380.53
HSL141.97º42.51%32.75%-
HSV(B)141.97º59.66%46.67%-
XYZ9.0514.328.76-
YUV92.64117.4896.16-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.92%
GREEN value IS 119 (46.88% from 255) = 49.38%
BLUE value IS 74 (29.30% from 255) = 30.71%
R=19.92%
G=49.38%
B=30.71%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal48119740.6000.380.53141.9742.5132.75
Hex30774A3C026358e2b21
Octal6016711274046652165341
Binary11000011101111001010111100010011011010110001110101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30774A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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