#758226

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

Shades of Trendy Green #758226

Tints of Trendy Green #758226

Color information

#758226 (or 0x758226) is unknown color: approx Trendy Green. HEX triplet: 75, 82 and 26. RGB value is (117,130,38). Sum of RGB (Red+Green+Blue) = 117+130+38=285 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.05% from 285); Green value is 130 (51.17% from 255 or 45.61% from 285); Blue value is 38 (15.23% from 255 or 13.33% from 285); Max value from RGB is 130 - color contains mainly: green. Hex color #758226 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758226 is #8A7DD9. Grayscale: #737373. Windows color (decimal): -9076186 or 2523765. OLE color: 2523765.

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

Color convert

RGB11713038-
CMYK0.100.710.49
HSL68.48º54.76%32.94%-
HSV(B)68.48º70.77%50.98%-
XYZ15.6719.894.85-
YUV115.6284.19128.98-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.05%
GREEN value IS 130 (51.17% from 255) = 45.61%
BLUE value IS 38 (15.23% from 255) = 13.33%
R=41.05%
G=45.61%
B=13.33%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal117130380.100.710.4968.4854.7632.94
Hex758226A04731443721
Octal16520246120107611046741
Binary1110101100000101001101010010001111100011000100110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758226; }

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

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

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

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

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

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

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

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