#72851E

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

Shades of Trendy Green #72851E

Tints of Trendy Green #72851E

Color information

#72851E (or 0x72851E) is unknown color: approx Trendy Green. HEX triplet: 72, 85 and 1E. RGB value is (114,133,30). Sum of RGB (Red+Green+Blue) = 114+133+30=277 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.16% from 277); Green value is 133 (52.34% from 255 or 48.01% from 277); Blue value is 30 (12.11% from 255 or 10.83% from 277); Max value from RGB is 133 - color contains mainly: green. Hex color #72851E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72851E is #8D7AE1. Grayscale: #737373. Windows color (decimal): -9272034 or 2000242. OLE color: 2000242.

HSL color Cylindrical-coordinate representation of color #72851E: hue angle of 71.07º 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 #72851E is Cyan = 0.14, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB11413330-
CMYK0.1400.770.48
HSL71.07º63.19%31.96%-
HSV(B)71.07º77.44%52.16%-
XYZ15.5620.454.35-
YUV115.5879.71126.88-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.16%
GREEN value IS 133 (52.34% from 255) = 48.01%
BLUE value IS 30 (12.11% from 255) = 10.83%
R=41.16%
G=48.01%
B=10.83%

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
Decimal114133300.1400.770.4871.0763.1931.96
Hex72851EE04D30473f20
Octal16220536160115601077740
Binary111001010000101111101110010011011100001000111111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72851E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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