#758231

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

Shades of Trendy Green #758231

Tints of Trendy Green #758231

Color information

#758231 (or 0x758231) is unknown color: approx Trendy Green. HEX triplet: 75, 82 and 31. RGB value is (117,130,49). Sum of RGB (Red+Green+Blue) = 117+130+49=296 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.53% from 296); Green value is 130 (51.17% from 255 or 43.92% from 296); Blue value is 49 (19.53% from 255 or 16.55% from 296); Max value from RGB is 130 - color contains mainly: green. Hex color #758231 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758231 is #8A7DCE. Grayscale: #757575. Windows color (decimal): -9076175 or 3244661. OLE color: 3244661.

HSL color Cylindrical-coordinate representation of color #758231: hue angle of 69.63º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #758231 is Cyan = 0.1, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB11713049-
CMYK0.100.620.49
HSL69.63º45.25%35.1%-
HSV(B)69.63º62.31%50.98%-
XYZ15.8719.975.92-
YUV116.8889.69128.09-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.53%
GREEN value IS 130 (51.17% from 255) = 43.92%
BLUE value IS 49 (19.53% from 255) = 16.55%
R=39.53%
G=43.92%
B=16.55%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal117130490.100.620.4969.6345.2535.1
Hex758231A03E31462d23
Octal1652026112076611065543
Binary111010110000010110001101001111101100011000110101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758231; }

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

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

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

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

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

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

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

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