#74852C

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

Shades of Trendy Green #74852C

Tints of Trendy Green #74852C

Color information

#74852C (or 0x74852C) is unknown color: approx Trendy Green. HEX triplet: 74, 85 and 2C. RGB value is (116,133,44). Sum of RGB (Red+Green+Blue) = 116+133+44=293 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.59% from 293); Green value is 133 (52.34% from 255 or 45.39% from 293); Blue value is 44 (17.58% from 255 or 15.02% from 293); Max value from RGB is 133 - color contains mainly: green. Hex color #74852C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74852C is #8B7AD3. Grayscale: #767676. Windows color (decimal): -9140948 or 2917748. OLE color: 2917748.

HSL color Cylindrical-coordinate representation of color #74852C: hue angle of 71.46º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #74852C is Cyan = 0.13, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.48.

Color convert

RGB11613344-
CMYK0.1300.670.48
HSL71.46º50.28%34.71%-
HSV(B)71.46º66.92%52.16%-
XYZ16.0420.675.53-
YUV117.7786.37126.74-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.59%
GREEN value IS 133 (52.34% from 255) = 45.39%
BLUE value IS 44 (17.58% from 255) = 15.02%
R=39.59%
G=45.39%
B=15.02%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal116133440.1300.670.4871.4650.2834.71
Hex74852CD04330473223
Octal16420554150103601076243
Binary1110100100001011011001101010000111100001000111110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74852C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74852C; }

 p { color: rgb(116,133,44); }

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

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

 a { background-color: rgb(116,133,44); }

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

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

 span { border-color: rgb(116,133,44); }

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