#818015

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

Shades of Trendy Green #818015

Tints of Trendy Green #818015

Color information

#818015 (or 0x818015) is unknown color: approx Trendy Green. HEX triplet: 81, 80 and 15. RGB value is (129,128,21). Sum of RGB (Red+Green+Blue) = 129+128+21=278 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.40% from 278); Green value is 128 (50.39% from 255 or 46.04% from 278); Blue value is 21 (8.59% from 255 or 7.55% from 278); Max value from RGB is 129 - color contains mainly: red. Hex color #818015 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #818015 is #7E7FEA. Grayscale: #747474. Windows color (decimal): -8290283 or 1409153. OLE color: 1409153.

HSL color Cylindrical-coordinate representation of color #818015: hue angle of 59.44º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #818015 is Cyan = 0, Magento = 0.01, Yellow = 0.84 and Black (K on CMYK) = 0.49.

Color convert

RGB12912821-
CMYK00.010.840.49
HSL59.44º72%29.41%-
HSV(B)59.44º83.72%50.59%-
XYZ16.9120.163.71-
YUV116.174.33137.2-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 46.40%
GREEN value IS 128 (50.39% from 255) = 46.04%
BLUE value IS 21 (8.59% from 255) = 7.55%
R=46.40%
G=46.04%
B=7.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.84
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291282100.010.840.4959.447229.41
Hex8180150154313b481d
Octal2012002501124617311035
Binary100000011000000010101011010100110001111011100100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818015; }

 p { color: rgb(129,128,21); }

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

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

 a { background-color: rgb(129,128,21); }

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

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

 span { border-color: rgb(129,128,21); }

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