#748429

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

Shades of Trendy Green #748429

Tints of Trendy Green #748429

Color information

#748429 (or 0x748429) is unknown color: approx Trendy Green. HEX triplet: 74, 84 and 29. RGB value is (116,132,41). Sum of RGB (Red+Green+Blue) = 116+132+41=289 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.14% from 289); Green value is 132 (51.95% from 255 or 45.67% from 289); Blue value is 41 (16.41% from 255 or 14.19% from 289); Max value from RGB is 132 - color contains mainly: green. Hex color #748429 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748429 is #8B7BD6. Grayscale: #757575. Windows color (decimal): -9141207 or 2720884. OLE color: 2720884.

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

Color convert

RGB11613241-
CMYK0.1200.690.48
HSL70.55º52.6%33.92%-
HSV(B)70.55º68.94%51.76%-
XYZ15.8520.385.2-
YUV116.8485.2127.4-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 40.14%
GREEN value IS 132 (51.95% from 255) = 45.67%
BLUE value IS 41 (16.41% from 255) = 14.19%
R=40.14%
G=45.67%
B=14.19%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal116132410.1200.690.4870.5552.633.92
Hex748429C04530473522
Octal16420451140105601076542
Binary1110100100001001010011100010001011100001000111110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748429; }

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

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

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

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

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

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

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

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