#748424

Color #748424 Trendy Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Green #748424

Tints of Trendy Green #748424

Color information

#748424 (or 0x748424) is unknown color: approx Trendy Green. HEX triplet: 74, 84 and 24. RGB value is (116,132,36). Sum of RGB (Red+Green+Blue) = 116+132+36=284 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.85% from 284); Green value is 132 (51.95% from 255 or 46.48% from 284); Blue value is 36 (14.45% from 255 or 12.68% from 284); Max value from RGB is 132 - color contains mainly: green. Hex color #748424 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748424 is #8B7BDB. Grayscale: #747474. Windows color (decimal): -9141212 or 2393204. OLE color: 2393204.

HSL color Cylindrical-coordinate representation of color #748424: hue angle of 70º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #748424 is Cyan = 0.12, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.48.

Color convert

RGB11613236-
CMYK0.1200.730.48
HSL70º57.14%32.94%-
HSV(B)70º72.73%51.76%-
XYZ15.7720.344.76-
YUV116.2782.7127.81-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 40.85%
GREEN value IS 132 (51.95% from 255) = 46.48%
BLUE value IS 36 (14.45% from 255) = 12.68%
R=40.85%
G=46.48%
B=12.68%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal116132360.1200.730.487057.1432.94
Hex748424C04930463921
Octal16420444140111601067141
Binary1110100100001001001001100010010011100001000110111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748424; }

 p { color: rgb(116,132,36); }

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

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

 a { background-color: rgb(116,132,36); }

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

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

 span { border-color: rgb(116,132,36); }

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