#72811d

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

Shades of Trendy Green #72811D

Tints of Trendy Green #72811D

Color information

#72811D (or 0x72811D) is unknown color: approx Trendy Green. HEX triplet: 72, 81 and 1D. RGB value is (114,129,29). Sum of RGB (Red+Green+Blue) = 114+129+29=272 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.91% from 272); Green value is 129 (50.78% from 255 or 47.43% from 272); Blue value is 29 (11.72% from 255 or 10.66% from 272); Max value from RGB is 129 - color contains mainly: green. Hex color #72811D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72811D is #8D7EE2. Grayscale: #717171. Windows color (decimal): -9273059 or 1933682. OLE color: 1933682.

HSL color Cylindrical-coordinate representation of color #72811D: hue angle of 69º degrees, saturation: 0.63, 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 #72811D is Cyan = 0.12, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB11412929-
CMYK0.1200.780.49
HSL69º63.29%30.98%-
HSV(B)69º77.52%50.59%-
XYZ15.0119.374.11-
YUV113.1280.53128.63-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.91%
GREEN value IS 129 (50.78% from 255) = 47.43%
BLUE value IS 29 (11.72% from 255) = 10.66%
R=41.91%
G=47.43%
B=10.66%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal114129290.1200.780.496963.2930.98
Hex72811DC04E31453f1f
Octal16220135140116611057737
Binary11100101000000111101110001001110110001100010111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72811d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72811d; }

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

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

<style>
 a { background-color: #72811d; }

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

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

<style>
 span { border-color: #72811d; }

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

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