#818332

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

Shades of Trendy Green #818332

Tints of Trendy Green #818332

Color information

#818332 (or 0x818332) is unknown color: approx Trendy Green. HEX triplet: 81, 83 and 32. RGB value is (129,131,50). Sum of RGB (Red+Green+Blue) = 129+131+50=310 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.61% from 310); Green value is 131 (51.56% from 255 or 42.26% from 310); Blue value is 50 (19.92% from 255 or 16.13% from 310); Max value from RGB is 131 - color contains mainly: green. Hex color #818332 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #818332 is #7E7CCD. Grayscale: #797979. Windows color (decimal): -8289486 or 3310465. OLE color: 3310465.

HSL color Cylindrical-coordinate representation of color #818332: hue angle of 61.48º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #818332 is Cyan = 0.02, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB12913150-
CMYK0.0200.620.49
HSL61.48º44.75%35.49%-
HSV(B)61.48º61.83%51.37%-
XYZ17.7521.136.16-
YUV121.1787.84133.59-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 41.61%
GREEN value IS 131 (51.56% from 255) = 42.26%
BLUE value IS 50 (19.92% from 255) = 16.13%
R=41.61%
G=42.26%
B=16.13%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129131500.0200.620.4961.4844.7535.49
Hex818332203E313d2d23
Octal20120362207661755543
Binary1000000110000011110010100111110110001111101101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818332; }

 p { color: rgb(129,131,50); }

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

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

 a { background-color: rgb(129,131,50); }

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

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

 span { border-color: rgb(129,131,50); }

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