#818218

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

Shades of Trendy Green #818218

Tints of Trendy Green #818218

Color information

#818218 (or 0x818218) is unknown color: approx Trendy Green. HEX triplet: 81, 82 and 18. RGB value is (129,130,24). Sum of RGB (Red+Green+Blue) = 129+130+24=283 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.58% from 283); Green value is 130 (51.17% from 255 or 45.94% from 283); Blue value is 24 (9.77% from 255 or 8.48% from 283); Max value from RGB is 130 - color contains mainly: green. Hex color #818218 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #818218 is #7E7DE7. Grayscale: #767676. Windows color (decimal): -8289768 or 1606273. OLE color: 1606273.

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

Color convert

RGB12913024-
CMYK0.0100.820.49
HSL60.57º68.83%30.2%-
HSV(B)60.57º81.54%50.98%-
XYZ17.220.73.95-
YUV117.6275.17136.12-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 45.58%
GREEN value IS 130 (51.17% from 255) = 45.94%
BLUE value IS 24 (9.77% from 255) = 8.48%
R=45.58%
G=45.94%
B=8.48%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129130240.0100.820.4960.5768.8330.2
Hex8182181052313d451e
Octal2012023010122617510536
Binary100000011000001011000101010010110001111101100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818218; }

 p { color: rgb(129,130,24); }

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

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

 a { background-color: rgb(129,130,24); }

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

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

 span { border-color: rgb(129,130,24); }

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