#748431

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

Shades of Trendy Green #748431

Tints of Trendy Green #748431

Color information

#748431 (or 0x748431) is unknown color: approx Trendy Green. HEX triplet: 74, 84 and 31. RGB value is (116,132,49). Sum of RGB (Red+Green+Blue) = 116+132+49=297 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.06% from 297); Green value is 132 (51.95% from 255 or 44.44% from 297); Blue value is 49 (19.53% from 255 or 16.50% from 297); Max value from RGB is 132 - color contains mainly: green. Hex color #748431 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748431 is #8B7BCE. Grayscale: #767676. Windows color (decimal): -9141199 or 3245172. OLE color: 3245172.

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

Color convert

RGB11613249-
CMYK0.1200.630.48
HSL71.57º45.86%35.49%-
HSV(B)71.57º62.88%51.76%-
XYZ16.0120.446.01-
YUV117.7589.2126.75-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.06%
GREEN value IS 132 (51.95% from 255) = 44.44%
BLUE value IS 49 (19.53% from 255) = 16.50%
R=39.06%
G=44.44%
B=16.50%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal116132490.1200.630.4871.5745.8635.49
Hex748431C03F30482e23
Octal1642046114077601105643
Binary111010010000100110001110001111111100001001000101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748431; }

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

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

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

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

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

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

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

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