#758325

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

Shades of Trendy Green #758325

Tints of Trendy Green #758325

Color information

#758325 (or 0x758325) is unknown color: approx Trendy Green. HEX triplet: 75, 83 and 25. RGB value is (117,131,37). Sum of RGB (Red+Green+Blue) = 117+131+37=285 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.05% from 285); Green value is 131 (51.56% from 255 or 45.96% from 285); Blue value is 37 (14.84% from 255 or 12.98% from 285); Max value from RGB is 131 - color contains mainly: green. Hex color #758325 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758325 is #8A7CDA. Grayscale: #747474. Windows color (decimal): -9075931 or 2458485. OLE color: 2458485.

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

Color convert

RGB11713137-
CMYK0.1100.720.49
HSL68.94º55.95%32.94%-
HSV(B)68.94º71.76%51.37%-
XYZ15.7920.154.81-
YUV116.183.36128.64-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.05%
GREEN value IS 131 (51.56% from 255) = 45.96%
BLUE value IS 37 (14.84% from 255) = 12.98%
R=41.05%
G=45.96%
B=12.98%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal117131370.1100.720.4968.9455.9532.94
Hex758325B04831453821
Octal16520345130110611057041
Binary1110101100000111001011011010010001100011000101111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758325; }

 p { color: rgb(117,131,37); }

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

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

 a { background-color: rgb(117,131,37); }

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

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

 span { border-color: rgb(117,131,37); }

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