#74821C

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

Shades of Trendy Green #74821C

Tints of Trendy Green #74821C

Color information

#74821C (or 0x74821C) is unknown color: approx Trendy Green. HEX triplet: 74, 82 and 1C. RGB value is (116,130,28). Sum of RGB (Red+Green+Blue) = 116+130+28=274 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.34% from 274); Green value is 130 (51.17% from 255 or 47.45% from 274); Blue value is 28 (11.33% from 255 or 10.22% from 274); Max value from RGB is 130 - color contains mainly: green. Hex color #74821C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74821C is #8B7DE3. Grayscale: #727272. Windows color (decimal): -9141732 or 1868404. OLE color: 1868404.

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

Color convert

RGB11613028-
CMYK0.1100.780.49
HSL68.24º64.56%30.98%-
HSV(B)68.24º78.46%50.98%-
XYZ15.3919.764.1-
YUV114.1979.36129.29-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.34%
GREEN value IS 130 (51.17% from 255) = 47.45%
BLUE value IS 28 (11.33% from 255) = 10.22%
R=42.34%
G=47.45%
B=10.22%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal116130280.1100.780.4968.2464.5630.98
Hex74821CB04E3144411f
Octal164202341301166110410137
Binary111010010000010111001011010011101100011000100100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74821C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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