#74802D

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

Shades of Trendy Green #74802D

Tints of Trendy Green #74802D

Color information

#74802D (or 0x74802D) is unknown color: approx Trendy Green. HEX triplet: 74, 80 and 2D. RGB value is (116,128,45). Sum of RGB (Red+Green+Blue) = 116+128+45=289 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.14% from 289); Green value is 128 (50.39% from 255 or 44.29% from 289); Blue value is 45 (17.97% from 255 or 15.57% from 289); Max value from RGB is 128 - color contains mainly: green. Hex color #74802D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74802D is #8B7FD2. Grayscale: #737373. Windows color (decimal): -9142227 or 2982004. OLE color: 2982004.

HSL color Cylindrical-coordinate representation of color #74802D: hue angle of 68.67º degrees, saturation: 0.48, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #74802D is Cyan = 0.09, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.50.

Color convert

RGB11612845-
CMYK0.0900.650.50
HSL68.67º47.98%33.92%-
HSV(B)68.67º64.84%50.2%-
XYZ15.419.345.4-
YUV114.9588.52128.75-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 40.14%
GREEN value IS 128 (50.39% from 255) = 44.29%
BLUE value IS 45 (17.97% from 255) = 15.57%
R=40.14%
G=44.29%
B=15.57%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal116128450.0900.650.5068.6747.9833.92
Hex74802D904132453022
Octal16420055110101621056042
Binary1110100100000001011011001010000011100101000101110000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74802D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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