#758235

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

Shades of Trendy Green #758235

Tints of Trendy Green #758235

Color information

#758235 (or 0x758235) is unknown color: approx Trendy Green. HEX triplet: 75, 82 and 35. RGB value is (117,130,53). Sum of RGB (Red+Green+Blue) = 117+130+53=300 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39% from 300); Green value is 130 (51.17% from 255 or 43.33% from 300); Blue value is 53 (21.09% from 255 or 17.67% from 300); Max value from RGB is 130 - color contains mainly: green. Hex color #758235 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758235 is #8A7DCA. Grayscale: #757575. Windows color (decimal): -9076171 or 3506805. OLE color: 3506805.

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

Color convert

RGB11713053-
CMYK0.100.590.49
HSL70.13º42.08%35.88%-
HSV(B)70.13º59.23%50.98%-
XYZ15.96206.39-
YUV117.3491.69127.76-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39%
GREEN value IS 130 (51.17% from 255) = 43.33%
BLUE value IS 53 (21.09% from 255) = 17.67%
R=39%
G=43.33%
B=17.67%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal117130530.100.590.4970.1342.0835.88
Hex758235A03B31462a24
Octal1652026512073611065244
Binary111010110000010110101101001110111100011000110101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758235; }

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

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

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

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

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

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

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

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