#72832F

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

Shades of Trendy Green #72832F

Tints of Trendy Green #72832F

Color information

#72832F (or 0x72832F) is unknown color: approx Trendy Green. HEX triplet: 72, 83 and 2F. RGB value is (114,131,47). Sum of RGB (Red+Green+Blue) = 114+131+47=292 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.04% from 292); Green value is 131 (51.56% from 255 or 44.86% from 292); Blue value is 47 (18.75% from 255 or 16.10% from 292); Max value from RGB is 131 - color contains mainly: green. Hex color #72832F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72832F is #8D7CD0. Grayscale: #747474. Windows color (decimal): -9272529 or 3113842. OLE color: 3113842.

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

Color convert

RGB11413147-
CMYK0.1300.640.49
HSL72.14º47.19%34.9%-
HSV(B)72.14º64.12%51.37%-
XYZ15.5720.025.73-
YUV116.3488.87126.33-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 39.04%
GREEN value IS 131 (51.56% from 255) = 44.86%
BLUE value IS 47 (18.75% from 255) = 16.10%
R=39.04%
G=44.86%
B=16.10%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal114131470.1300.640.4972.1447.1934.9
Hex72832FD04031482f23
Octal16220357150100611105743
Binary1110010100000111011111101010000001100011001000101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72832F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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