#74822D

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

Shades of Trendy Green #74822D

Tints of Trendy Green #74822D

Color information

#74822D (or 0x74822D) is unknown color: approx Trendy Green. HEX triplet: 74, 82 and 2D. RGB value is (116,130,45). Sum of RGB (Red+Green+Blue) = 116+130+45=291 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.86% from 291); Green value is 130 (51.17% from 255 or 44.67% from 291); Blue value is 45 (17.97% from 255 or 15.46% from 291); Max value from RGB is 130 - color contains mainly: green. Hex color #74822D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74822D is #8B7DD2. Grayscale: #747474. Windows color (decimal): -9141715 or 2982516. OLE color: 2982516.

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

Color convert

RGB11613045-
CMYK0.1100.650.49
HSL69.88º48.57%34.31%-
HSV(B)69.88º65.38%50.98%-
XYZ15.6619.875.49-
YUV116.1287.86127.91-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.86%
GREEN value IS 130 (51.17% from 255) = 44.67%
BLUE value IS 45 (17.97% from 255) = 15.46%
R=39.86%
G=44.67%
B=15.46%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal116130450.1100.650.4969.8848.5734.31
Hex74822DB04131463122
Octal16420255130101611066142
Binary1110100100000101011011011010000011100011000110110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74822D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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