#74852E

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

Shades of Trendy Green #74852E

Tints of Trendy Green #74852E

Color information

#74852E (or 0x74852E) is unknown color: approx Trendy Green. HEX triplet: 74, 85 and 2E. RGB value is (116,133,46). Sum of RGB (Red+Green+Blue) = 116+133+46=295 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.32% from 295); Green value is 133 (52.34% from 255 or 45.08% from 295); Blue value is 46 (18.36% from 255 or 15.59% from 295); Max value from RGB is 133 - color contains mainly: green. Hex color #74852E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74852E is #8B7AD1. Grayscale: #767676. Windows color (decimal): -9140946 or 3048820. OLE color: 3048820.

HSL color Cylindrical-coordinate representation of color #74852E: hue angle of 71.72º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #74852E is Cyan = 0.13, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB11613346-
CMYK0.1300.650.48
HSL71.72º48.6%35.1%-
HSV(B)71.72º65.41%52.16%-
XYZ16.0820.695.73-
YUV11887.37126.57-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.32%
GREEN value IS 133 (52.34% from 255) = 45.08%
BLUE value IS 46 (18.36% from 255) = 15.59%
R=39.32%
G=45.08%
B=15.59%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal116133460.1300.650.4871.7248.635.1
Hex74852ED04130483123
Octal16420556150101601106143
Binary1110100100001011011101101010000011100001001000110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74852E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74852E; }

 p { color: rgb(116,133,46); }

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

<style>
 a { background-color: #74852E; }

 a { background-color: rgb(116,133,46); }

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

<style>
 span { border-color: #74852E; }

 span { border-color: rgb(116,133,46); }

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