#72831D

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

Shades of Trendy Green #72831D

Tints of Trendy Green #72831D

Color information

#72831D (or 0x72831D) is unknown color: approx Trendy Green. HEX triplet: 72, 83 and 1D. RGB value is (114,131,29). Sum of RGB (Red+Green+Blue) = 114+131+29=274 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.61% from 274); Green value is 131 (51.56% from 255 or 47.81% from 274); Blue value is 29 (11.72% from 255 or 10.58% from 274); Max value from RGB is 131 - color contains mainly: green. Hex color #72831D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72831D is #8D7CE2. Grayscale: #727272. Windows color (decimal): -9272547 or 1934194. OLE color: 1934194.

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

Color convert

RGB11413129-
CMYK0.1300.780.49
HSL70º63.75%31.37%-
HSV(B)70º77.86%51.37%-
XYZ15.2819.94.2-
YUV114.2979.87127.79-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.61%
GREEN value IS 131 (51.56% from 255) = 47.81%
BLUE value IS 29 (11.72% from 255) = 10.58%
R=41.61%
G=47.81%
B=10.58%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal114131290.1300.780.497063.7531.37
Hex72831DD04E3146401f
Octal162203351501166110610037
Binary111001010000011111011101010011101100011000110100000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72831D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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