#74842F

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

Shades of Trendy Green #74842F

Tints of Trendy Green #74842F

Color information

#74842F (or 0x74842F) is unknown color: approx Trendy Green. HEX triplet: 74, 84 and 2F. RGB value is (116,132,47). Sum of RGB (Red+Green+Blue) = 116+132+47=295 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.32% from 295); Green value is 132 (51.95% from 255 or 44.75% from 295); Blue value is 47 (18.75% from 255 or 15.93% from 295); Max value from RGB is 132 - color contains mainly: green. Hex color #74842F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74842F is #8B7BD0. Grayscale: #757575. Windows color (decimal): -9141201 or 3114100. OLE color: 3114100.

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

Color convert

RGB11613247-
CMYK0.1200.640.48
HSL71.29º47.49%35.1%-
HSV(B)71.29º64.39%51.76%-
XYZ15.9720.425.79-
YUV117.5388.2126.91-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.32%
GREEN value IS 132 (51.95% from 255) = 44.75%
BLUE value IS 47 (18.75% from 255) = 15.93%
R=39.32%
G=44.75%
B=15.93%

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
Decimal116132470.1200.640.4871.2947.4935.1
Hex74842FC04030472f23
Octal16420457140100601075743
Binary1110100100001001011111100010000001100001000111101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74842F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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