#72831A

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

Shades of Trendy Green #72831A

Tints of Trendy Green #72831A

Color information

#72831A (or 0x72831A) is unknown color: approx Trendy Green. HEX triplet: 72, 83 and 1A. RGB value is (114,131,26). Sum of RGB (Red+Green+Blue) = 114+131+26=271 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.07% from 271); Green value is 131 (51.56% from 255 or 48.34% from 271); Blue value is 26 (10.55% from 255 or 9.59% from 271); Max value from RGB is 131 - color contains mainly: green. Hex color #72831A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72831A is #8D7CE5. Grayscale: #727272. Windows color (decimal): -9272550 or 1737586. OLE color: 1737586.

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

Color convert

RGB11413126-
CMYK0.1300.800.49
HSL69.71º66.88%30.78%-
HSV(B)69.71º80.15%51.37%-
XYZ15.2419.884.01-
YUV113.9578.37128.04-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 42.07%
GREEN value IS 131 (51.56% from 255) = 48.34%
BLUE value IS 26 (10.55% from 255) = 9.59%
R=42.07%
G=48.34%
B=9.59%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal114131260.1300.800.4969.7166.8830.78
Hex72831AD0503146431f
Octal162203321501206110610337
Binary111001010000011110101101010100001100011000110100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72831A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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