#72841D

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

Shades of Trendy Green #72841D

Tints of Trendy Green #72841D

Color information

#72841D (or 0x72841D) is unknown color: approx Trendy Green. HEX triplet: 72, 84 and 1D. RGB value is (114,132,29). Sum of RGB (Red+Green+Blue) = 114+132+29=275 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.45% from 275); Green value is 132 (51.95% from 255 or 48% from 275); Blue value is 29 (11.72% from 255 or 10.55% from 275); Max value from RGB is 132 - color contains mainly: green. Hex color #72841D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72841D is #8D7BE2. Grayscale: #737373. Windows color (decimal): -9272291 or 1934450. OLE color: 1934450.

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

Color convert

RGB11413229-
CMYK0.1400.780.48
HSL70.49º63.98%31.57%-
HSV(B)70.49º78.03%51.76%-
XYZ15.4120.174.24-
YUV114.8879.54127.38-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.45%
GREEN value IS 132 (51.95% from 255) = 48%
BLUE value IS 29 (11.72% from 255) = 10.55%
R=41.45%
G=48%
B=10.55%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal114132290.1400.780.4870.4963.9831.57
Hex72841DE04E30464020
Octal162204351601166010610040
Binary1110010100001001110111100100111011000010001101000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72841D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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