#74842D

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

Shades of Trendy Green #74842D

Tints of Trendy Green #74842D

Color information

#74842D (or 0x74842D) is unknown color: approx Trendy Green. HEX triplet: 74, 84 and 2D. RGB value is (116,132,45). Sum of RGB (Red+Green+Blue) = 116+132+45=293 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.59% from 293); Green value is 132 (51.95% from 255 or 45.05% from 293); Blue value is 45 (17.97% from 255 or 15.36% from 293); Max value from RGB is 132 - color contains mainly: green. Hex color #74842D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74842D is #8B7BD2. Grayscale: #757575. Windows color (decimal): -9141203 or 2983028. OLE color: 2983028.

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

Color convert

RGB11613245-
CMYK0.1200.660.48
HSL71.03º49.15%34.71%-
HSV(B)71.03º65.91%51.76%-
XYZ15.9320.45.58-
YUV117.387.2127.07-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.59%
GREEN value IS 132 (51.95% from 255) = 45.05%
BLUE value IS 45 (17.97% from 255) = 15.36%
R=39.59%
G=45.05%
B=15.36%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal116132450.1200.660.4871.0349.1534.71
Hex74842DC04230473123
Octal16420455140102601076143
Binary1110100100001001011011100010000101100001000111110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74842D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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