#758431

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

Shades of Trendy Green #758431

Tints of Trendy Green #758431

Color information

#758431 (or 0x758431) is unknown color: approx Trendy Green. HEX triplet: 75, 84 and 31. RGB value is (117,132,49). Sum of RGB (Red+Green+Blue) = 117+132+49=298 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.26% from 298); Green value is 132 (51.95% from 255 or 44.30% from 298); Blue value is 49 (19.53% from 255 or 16.44% from 298); Max value from RGB is 132 - color contains mainly: green. Hex color #758431 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758431 is #8A7BCE. Grayscale: #767676. Windows color (decimal): -9075663 or 3245173. OLE color: 3245173.

HSL color Cylindrical-coordinate representation of color #758431: hue angle of 70.84º 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 #758431 is Cyan = 0.11, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.48.

Color convert

RGB11713249-
CMYK0.1100.630.48
HSL70.84º45.86%35.49%-
HSV(B)70.84º62.88%51.76%-
XYZ16.1420.516.01-
YUV118.0589.03127.25-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.26%
GREEN value IS 132 (51.95% from 255) = 44.30%
BLUE value IS 49 (19.53% from 255) = 16.44%
R=39.26%
G=44.30%
B=16.44%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal117132490.1100.630.4870.8445.8635.49
Hex758431B03F30472e23
Octal1652046113077601075643
Binary111010110000100110001101101111111100001000111101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758431; }

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

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

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

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

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

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

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

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