#72831C

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

Shades of Trendy Green #72831C

Tints of Trendy Green #72831C

Color information

#72831C (or 0x72831C) is unknown color: approx Trendy Green. HEX triplet: 72, 83 and 1C. RGB value is (114,131,28). Sum of RGB (Red+Green+Blue) = 114+131+28=273 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.76% from 273); Green value is 131 (51.56% from 255 or 47.99% from 273); Blue value is 28 (11.33% from 255 or 10.26% from 273); Max value from RGB is 131 - color contains mainly: green. Hex color #72831C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72831C is #8D7CE3. Grayscale: #727272. Windows color (decimal): -9272548 or 1868658. OLE color: 1868658.

HSL color Cylindrical-coordinate representation of color #72831C: hue angle of 69.9º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #72831C is Cyan = 0.13, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.49.

Color convert

RGB11413128-
CMYK0.1300.790.49
HSL69.9º64.78%31.18%-
HSV(B)69.9º78.63%51.37%-
XYZ15.2719.894.13-
YUV114.1779.37127.88-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.76%
GREEN value IS 131 (51.56% from 255) = 47.99%
BLUE value IS 28 (11.33% from 255) = 10.26%
R=41.76%
G=47.99%
B=10.26%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal114131280.1300.790.4969.964.7831.18
Hex72831CD04F3146411f
Octal162203341501176110610137
Binary111001010000011111001101010011111100011000110100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72831C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72831C; }

 p { color: rgb(114,131,28); }

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

<style>
 a { background-color: #72831C; }

 a { background-color: rgb(114,131,28); }

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

<style>
 span { border-color: #72831C; }

 span { border-color: rgb(114,131,28); }

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