#818028

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

Shades of Trendy Green #818028

Tints of Trendy Green #818028

Color information

#818028 (or 0x818028) is unknown color: approx Trendy Green. HEX triplet: 81, 80 and 28. RGB value is (129,128,40). Sum of RGB (Red+Green+Blue) = 129+128+40=297 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.43% from 297); Green value is 128 (50.39% from 255 or 43.10% from 297); Blue value is 40 (16.02% from 255 or 13.47% from 297); Max value from RGB is 129 - color contains mainly: red. Hex color #818028 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #818028 is #7E7FD7. Grayscale: #767676. Windows color (decimal): -8290264 or 2654337. OLE color: 2654337.

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

Color convert

RGB12912840-
CMYK00.010.690.49
HSL59.33º52.66%33.14%-
HSV(B)59.33º68.99%50.59%-
XYZ17.1620.265.01-
YUV118.2783.83135.66-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 43.43%
GREEN value IS 128 (50.39% from 255) = 43.10%
BLUE value IS 40 (16.02% from 255) = 13.47%
R=43.43%
G=43.10%
B=13.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.69
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291284000.010.690.4959.3352.6633.14
Hex8180280145313b3521
Octal201200500110561736541
Binary1000000110000000101000011000101110001111011110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818028; }

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

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

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

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

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

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

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

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