#818528

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

Shades of Trendy Green #818528

Tints of Trendy Green #818528

Color information

#818528 (or 0x818528) is unknown color: approx Trendy Green. HEX triplet: 81, 85 and 28. RGB value is (129,133,40). Sum of RGB (Red+Green+Blue) = 129+133+40=302 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.72% from 302); Green value is 133 (52.34% from 255 or 44.04% from 302); Blue value is 40 (16.02% from 255 or 13.25% from 302); Max value from RGB is 133 - color contains mainly: green. Hex color #818528 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #818528 is #7E7AD7. Grayscale: #797979. Windows color (decimal): -8288984 or 2655617. OLE color: 2655617.

HSL color Cylindrical-coordinate representation of color #818528: hue angle of 62.58º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #818528 is Cyan = 0.03, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.48.

Color convert

RGB12913340-
CMYK0.0300.700.48
HSL62.58º53.76%33.92%-
HSV(B)62.58º69.92%52.16%-
XYZ17.8221.65.24-
YUV121.282.17133.56-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 42.72%
GREEN value IS 133 (52.34% from 255) = 44.04%
BLUE value IS 40 (16.02% from 255) = 13.25%
R=42.72%
G=44.04%
B=13.25%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal129133400.0300.700.4862.5853.7633.92
Hex8185283046303f3622
Octal201205503010660776642
Binary10000001100001011010001101000110110000111111110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818528; }

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

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

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

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

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

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

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

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