#818B13

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

Shades of Trendy Green #818B13

Tints of Trendy Green #818B13

Color information

#818B13 (or 0x818B13) is unknown color: approx Trendy Green. HEX triplet: 81, 8B and 13. RGB value is (129,139,19). Sum of RGB (Red+Green+Blue) = 129+139+19=287 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.95% from 287); Green value is 139 (54.69% from 255 or 48.43% from 287); Blue value is 19 (7.81% from 255 or 6.62% from 287); Max value from RGB is 139 - color contains mainly: green. Hex color #818B13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #818B13 is #7E74EC. Grayscale: #7A7A7A. Windows color (decimal): -8287469 or 1280897. OLE color: 1280897.

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

Color convert

RGB12913919-
CMYK0.0700.860.45
HSL65º75.95%30.98%-
HSV(B)65º86.33%54.51%-
XYZ18.423.184.12-
YUV122.3369.69132.76-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 44.95%
GREEN value IS 139 (54.69% from 255) = 48.43%
BLUE value IS 19 (7.81% from 255) = 6.62%
R=44.95%
G=48.43%
B=6.62%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal129139190.0700.860.456575.9530.98
Hex818B1370562D414c1f
Octal20121323701265510111437
Binary100000011000101110011111010101101011011000001100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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