#818B2D

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

Shades of Trendy Green #818B2D

Tints of Trendy Green #818B2D

Color information

#818B2D (or 0x818B2D) is unknown color: approx Trendy Green. HEX triplet: 81, 8B and 2D. RGB value is (129,139,45). Sum of RGB (Red+Green+Blue) = 129+139+45=313 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.21% from 313); Green value is 139 (54.69% from 255 or 44.41% from 313); Blue value is 45 (17.97% from 255 or 14.38% from 313); Max value from RGB is 139 - color contains mainly: green. Hex color #818B2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #818B2D is #7E74D2. Grayscale: #7D7D7D. Windows color (decimal): -8287443 or 2984833. OLE color: 2984833.

HSL color Cylindrical-coordinate representation of color #818B2D: hue angle of 66.38º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #818B2D is Cyan = 0.07, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.45.

Color convert

RGB12913945-
CMYK0.0700.680.45
HSL66.38º51.09%36.08%-
HSV(B)66.38º67.63%54.51%-
XYZ18.7623.326-
YUV125.2982.69130.64-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 41.21%
GREEN value IS 139 (54.69% from 255) = 44.41%
BLUE value IS 45 (17.97% from 255) = 14.38%
R=41.21%
G=44.41%
B=14.38%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal129139450.0700.680.4566.3851.0936.08
Hex818B2D70442D423324
Octal2012135570104551026344
Binary1000000110001011101101111010001001011011000010110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818B2D; }

 p { color: rgb(129,139,45); }

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

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

 a { background-color: rgb(129,139,45); }

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

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

 span { border-color: rgb(129,139,45); }

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