#74821F

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

Shades of Trendy Green #74821F

Tints of Trendy Green #74821F

Color information

#74821F (or 0x74821F) is unknown color: approx Trendy Green. HEX triplet: 74, 82 and 1F. RGB value is (116,130,31). Sum of RGB (Red+Green+Blue) = 116+130+31=277 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.88% from 277); Green value is 130 (51.17% from 255 or 46.93% from 277); Blue value is 31 (12.5% from 255 or 11.19% from 277); Max value from RGB is 130 - color contains mainly: green. Hex color #74821F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74821F is #8B7DE0. Grayscale: #727272. Windows color (decimal): -9141729 or 2065012. OLE color: 2065012.

HSL color Cylindrical-coordinate representation of color #74821F: hue angle of 68.48º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #74821F is Cyan = 0.11, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.49.

Color convert

RGB11613031-
CMYK0.1100.760.49
HSL68.48º61.49%31.57%-
HSV(B)68.48º76.15%50.98%-
XYZ15.4319.784.3-
YUV114.5380.86129.05-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.88%
GREEN value IS 130 (51.17% from 255) = 46.93%
BLUE value IS 31 (12.5% from 255) = 11.19%
R=41.88%
G=46.93%
B=11.19%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal116130310.1100.760.4968.4861.4931.57
Hex74821FB04C31443d20
Octal16420237130114611047540
Binary111010010000010111111011010011001100011000100111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74821F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,130,31); }

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

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

 a { background-color: rgb(116,130,31); }

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

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

 span { border-color: rgb(116,130,31); }

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