#818B15

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

Shades of Trendy Green #818B15

Tints of Trendy Green #818B15

Color information

#818B15 (or 0x818B15) is unknown color: approx Trendy Green. HEX triplet: 81, 8B and 15. RGB value is (129,139,21). Sum of RGB (Red+Green+Blue) = 129+139+21=289 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.64% from 289); Green value is 139 (54.69% from 255 or 48.10% from 289); Blue value is 21 (8.59% from 255 or 7.27% from 289); Max value from RGB is 139 - color contains mainly: green. Hex color #818B15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #818B15 is #7E74EA. Grayscale: #7B7B7B. Windows color (decimal): -8287467 or 1411969. OLE color: 1411969.

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

Color convert

RGB12913921-
CMYK0.0700.850.45
HSL65.08º73.75%31.37%-
HSV(B)65.08º84.89%54.51%-
XYZ18.4223.194.21-
YUV122.5670.69132.59-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 44.64%
GREEN value IS 139 (54.69% from 255) = 48.10%
BLUE value IS 21 (8.59% from 255) = 7.27%
R=44.64%
G=48.10%
B=7.27%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal129139210.0700.850.4565.0873.7531.37
Hex818B1570552D414a1f
Octal20121325701255510111237
Binary100000011000101110101111010101011011011000001100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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