#758530

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

Shades of Trendy Green #758530

Tints of Trendy Green #758530

Color information

#758530 (or 0x758530) is unknown color: approx Trendy Green. HEX triplet: 75, 85 and 30. RGB value is (117,133,48). Sum of RGB (Red+Green+Blue) = 117+133+48=298 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.26% from 298); Green value is 133 (52.34% from 255 or 44.63% from 298); Blue value is 48 (19.14% from 255 or 16.11% from 298); Max value from RGB is 133 - color contains mainly: green. Hex color #758530 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758530 is #8A7ACF. Grayscale: #767676. Windows color (decimal): -9075408 or 3179893. OLE color: 3179893.

HSL color Cylindrical-coordinate representation of color #758530: hue angle of 71.29º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #758530 is Cyan = 0.12, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.48.

Color convert

RGB11713348-
CMYK0.1200.640.48
HSL71.29º46.96%35.49%-
HSV(B)71.29º63.91%52.16%-
XYZ16.2620.775.95-
YUV118.5388.2126.91-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.26%
GREEN value IS 133 (52.34% from 255) = 44.63%
BLUE value IS 48 (19.14% from 255) = 16.11%
R=39.26%
G=44.63%
B=16.11%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal117133480.1200.640.4871.2946.9635.49
Hex758530C04030472f23
Octal16520560140100601075743
Binary1110101100001011100001100010000001100001000111101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758530; }

 p { color: rgb(117,133,48); }

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

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

 a { background-color: rgb(117,133,48); }

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

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

 span { border-color: rgb(117,133,48); }

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