#72841F

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

Shades of Trendy Green #72841F

Tints of Trendy Green #72841F

Color information

#72841F (or 0x72841F) is unknown color: approx Trendy Green. HEX triplet: 72, 84 and 1F. RGB value is (114,132,31). Sum of RGB (Red+Green+Blue) = 114+132+31=277 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.16% from 277); Green value is 132 (51.95% from 255 or 47.65% from 277); Blue value is 31 (12.5% from 255 or 11.19% from 277); Max value from RGB is 132 - color contains mainly: green. Hex color #72841F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72841F is #8D7BE0. Grayscale: #737373. Windows color (decimal): -9272289 or 2065522. OLE color: 2065522.

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

Color convert

RGB11413231-
CMYK0.1400.770.48
HSL70.69º61.96%31.96%-
HSV(B)70.69º76.52%51.76%-
XYZ15.4420.184.38-
YUV115.180.54127.21-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.16%
GREEN value IS 132 (51.95% from 255) = 47.65%
BLUE value IS 31 (12.5% from 255) = 11.19%
R=41.16%
G=47.65%
B=11.19%

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
Decimal114132310.1400.770.4870.6961.9631.96
Hex72841FE04D30473e20
Octal16220437160115601077640
Binary111001010000100111111110010011011100001000111111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72841F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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