#74842C

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

Shades of Trendy Green #74842C

Tints of Trendy Green #74842C

Color information

#74842C (or 0x74842C) is unknown color: approx Trendy Green. HEX triplet: 74, 84 and 2C. RGB value is (116,132,44). Sum of RGB (Red+Green+Blue) = 116+132+44=292 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.73% from 292); Green value is 132 (51.95% from 255 or 45.21% from 292); Blue value is 44 (17.58% from 255 or 15.07% from 292); Max value from RGB is 132 - color contains mainly: green. Hex color #74842C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74842C is #8B7BD3. Grayscale: #757575. Windows color (decimal): -9141204 or 2917492. OLE color: 2917492.

HSL color Cylindrical-coordinate representation of color #74842C: hue angle of 70.91º 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 #74842C is Cyan = 0.12, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.48.

Color convert

RGB11613244-
CMYK0.1200.670.48
HSL70.91º50%34.51%-
HSV(B)70.91º66.67%51.76%-
XYZ15.9120.45.48-
YUV117.1886.7127.16-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.73%
GREEN value IS 132 (51.95% from 255) = 45.21%
BLUE value IS 44 (17.58% from 255) = 15.07%
R=39.73%
G=45.21%
B=15.07%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal116132440.1200.670.4870.915034.51
Hex74842CC04330473223
Octal16420454140103601076243
Binary1110100100001001011001100010000111100001000111110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74842C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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