#72841E

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

Shades of Trendy Green #72841E

Tints of Trendy Green #72841E

Color information

#72841E (or 0x72841E) is unknown color: approx Trendy Green. HEX triplet: 72, 84 and 1E. RGB value is (114,132,30). Sum of RGB (Red+Green+Blue) = 114+132+30=276 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.30% from 276); Green value is 132 (51.95% from 255 or 47.83% from 276); Blue value is 30 (12.11% from 255 or 10.87% from 276); Max value from RGB is 132 - color contains mainly: green. Hex color #72841E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72841E is #8D7BE1. Grayscale: #737373. Windows color (decimal): -9272290 or 1999986. OLE color: 1999986.

HSL color Cylindrical-coordinate representation of color #72841E: hue angle of 70.59º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #72841E is Cyan = 0.14, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB11413230-
CMYK0.1400.770.48
HSL70.59º62.96%31.76%-
HSV(B)70.59º77.27%51.76%-
XYZ15.4320.174.31-
YUV114.9980.04127.29-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.30%
GREEN value IS 132 (51.95% from 255) = 47.83%
BLUE value IS 30 (12.11% from 255) = 10.87%
R=41.30%
G=47.83%
B=10.87%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal114132300.1400.770.4870.5962.9631.76
Hex72841EE04D30473f20
Octal16220436160115601077740
Binary111001010000100111101110010011011100001000111111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72841E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,132,30); }

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

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

 a { background-color: rgb(114,132,30); }

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

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

 span { border-color: rgb(114,132,30); }

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