#74841D

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

Shades of Trendy Green #74841D

Tints of Trendy Green #74841D

Color information

#74841D (or 0x74841D) is unknown color: approx Trendy Green. HEX triplet: 74, 84 and 1D. RGB value is (116,132,29). Sum of RGB (Red+Green+Blue) = 116+132+29=277 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.88% from 277); Green value is 132 (51.95% from 255 or 47.65% from 277); Blue value is 29 (11.72% from 255 or 10.47% from 277); Max value from RGB is 132 - color contains mainly: green. Hex color #74841D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74841D is #8B7BE2. Grayscale: #737373. Windows color (decimal): -9141219 or 1934452. OLE color: 1934452.

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

Color convert

RGB11613229-
CMYK0.1200.780.48
HSL69.32º63.98%31.57%-
HSV(B)69.32º78.03%51.76%-
XYZ15.6820.34.26-
YUV115.4779.2128.38-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.88%
GREEN value IS 132 (51.95% from 255) = 47.65%
BLUE value IS 29 (11.72% from 255) = 10.47%
R=41.88%
G=47.65%
B=10.47%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal116132290.1200.780.4869.3263.9831.57
Hex74841DC04E30454020
Octal164204351401166010510040
Binary1110100100001001110111000100111011000010001011000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74841D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74841D; }

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

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

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

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

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

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

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

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