#818429

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

Shades of Trendy Green #818429

Tints of Trendy Green #818429

Color information

#818429 (or 0x818429) is unknown color: approx Trendy Green. HEX triplet: 81, 84 and 29. RGB value is (129,132,41). Sum of RGB (Red+Green+Blue) = 129+132+41=302 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.72% from 302); Green value is 132 (51.95% from 255 or 43.71% from 302); Blue value is 41 (16.41% from 255 or 13.58% from 302); Max value from RGB is 132 - color contains mainly: green. Hex color #818429 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #818429 is #7E7BD6. Grayscale: #797979. Windows color (decimal): -8289239 or 2720897. OLE color: 2720897.

HSL color Cylindrical-coordinate representation of color #818429: hue angle of 61.98º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #818429 is Cyan = 0.02, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.48.

Color convert

RGB12913241-
CMYK0.0200.690.48
HSL61.98º52.6%33.92%-
HSV(B)61.98º68.94%51.76%-
XYZ17.721.335.28-
YUV120.7383.01133.9-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 42.72%
GREEN value IS 132 (51.95% from 255) = 43.71%
BLUE value IS 41 (16.41% from 255) = 13.58%
R=42.72%
G=43.71%
B=13.58%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal129132410.0200.690.4861.9852.633.92
Hex8184292045303e3522
Octal201204512010560766542
Binary10000001100001001010011001000101110000111110110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818429; }

 p { color: rgb(129,132,41); }

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

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

 a { background-color: rgb(129,132,41); }

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

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

 span { border-color: rgb(129,132,41); }

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