#818531

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

Shades of Trendy Green #818531

Tints of Trendy Green #818531

Color information

#818531 (or 0x818531) is unknown color: approx Trendy Green. HEX triplet: 81, 85 and 31. RGB value is (129,133,49). Sum of RGB (Red+Green+Blue) = 129+133+49=311 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.48% from 311); Green value is 133 (52.34% from 255 or 42.77% from 311); Blue value is 49 (19.53% from 255 or 15.76% from 311); Max value from RGB is 133 - color contains mainly: green. Hex color #818531 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #818531 is #7E7ACE. Grayscale: #7A7A7A. Windows color (decimal): -8288975 or 3245441. OLE color: 3245441.

HSL color Cylindrical-coordinate representation of color #818531: hue angle of 62.86º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #818531 is Cyan = 0.03, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.48.

Color convert

RGB12913349-
CMYK0.0300.630.48
HSL62.86º46.15%35.69%-
HSV(B)62.86º63.16%52.16%-
XYZ1821.666.14-
YUV122.2386.67132.83-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 41.48%
GREEN value IS 133 (52.34% from 255) = 42.77%
BLUE value IS 49 (19.53% from 255) = 15.76%
R=41.48%
G=42.77%
B=15.76%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal129133490.0300.630.4862.8646.1535.69
Hex818531303F303f2e24
Octal20120561307760775644
Binary1000000110000101110001110111111110000111111101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818531; }

 p { color: rgb(129,133,49); }

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

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

 a { background-color: rgb(129,133,49); }

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

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

 span { border-color: rgb(129,133,49); }

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