#818030

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

Shades of Trendy Green #818030

Tints of Trendy Green #818030

Color information

#818030 (or 0x818030) is unknown color: approx Trendy Green. HEX triplet: 81, 80 and 30. RGB value is (129,128,48). Sum of RGB (Red+Green+Blue) = 129+128+48=305 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.30% from 305); Green value is 128 (50.39% from 255 or 41.97% from 305); Blue value is 48 (19.14% from 255 or 15.74% from 305); Max value from RGB is 129 - color contains mainly: red. Hex color #818030 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #818030 is #7E7FCF. Grayscale: #777777. Windows color (decimal): -8290256 or 3178625. OLE color: 3178625.

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

Color convert

RGB12912848-
CMYK00.010.630.49
HSL59.26º45.76%34.71%-
HSV(B)59.26º62.79%50.59%-
XYZ17.3120.325.81-
YUV119.1887.83135-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 42.30%
GREEN value IS 128 (50.39% from 255) = 41.97%
BLUE value IS 48 (19.14% from 255) = 15.74%
R=42.30%
G=41.97%
B=15.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.63
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291284800.010.630.4959.2645.7634.71
Hex818030013F313b2e23
Octal20120060017761735643
Binary100000011000000011000001111111110001111011101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818030; }

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

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

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

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

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

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

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

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