#758232

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

Shades of Trendy Green #758232

Tints of Trendy Green #758232

Color information

#758232 (or 0x758232) is unknown color: approx Trendy Green. HEX triplet: 75, 82 and 32. RGB value is (117,130,50). Sum of RGB (Red+Green+Blue) = 117+130+50=297 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.39% from 297); Green value is 130 (51.17% from 255 or 43.77% from 297); Blue value is 50 (19.92% from 255 or 16.84% from 297); Max value from RGB is 130 - color contains mainly: green. Hex color #758232 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758232 is #8A7DCD. Grayscale: #757575. Windows color (decimal): -9076174 or 3310197. OLE color: 3310197.

HSL color Cylindrical-coordinate representation of color #758232: hue angle of 69.75º degrees, saturation: 0.44, 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 #758232 is Cyan = 0.1, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB11713050-
CMYK0.100.620.49
HSL69.75º44.44%35.29%-
HSV(B)69.75º61.54%50.98%-
XYZ15.8919.986.04-
YUV116.9990.19128-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.39%
GREEN value IS 130 (51.17% from 255) = 43.77%
BLUE value IS 50 (19.92% from 255) = 16.84%
R=39.39%
G=43.77%
B=16.84%

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
Decimal117130500.100.620.4969.7544.4435.29
Hex758232A03E31462c23
Octal1652026212076611065443
Binary111010110000010110010101001111101100011000110101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758232; }

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

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

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

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

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

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

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

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