#818C51

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

Shades of Finch #818C51

Tints of Finch #818C51

Color information

#818C51 (or 0x818C51) is unknown color: approx Finch. HEX triplet: 81, 8C and 51. RGB value is (129,140,81). Sum of RGB (Red+Green+Blue) = 129+140+81=350 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.86% from 350); Green value is 140 (55.08% from 255 or 40% from 350); Blue value is 81 (32.03% from 255 or 23.14% from 350); Max value from RGB is 140 - color contains mainly: green. Hex color #818C51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818C51 is #7E73AE. Grayscale: #828282. Windows color (decimal): -8287151 or 5344385. OLE color: 5344385.

HSL color Cylindrical-coordinate representation of color #818C51: hue angle of 71.19º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #818C51 is Cyan = 0.08, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.45.

Color convert

RGB12914081-
CMYK0.0800.420.45
HSL71.19º26.7%43.33%-
HSV(B)71.19º42.14%54.9%-
XYZ19.9224.0211.37-
YUV129.98100.36127.3-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.86%
GREEN value IS 140 (55.08% from 255) = 40%
BLUE value IS 81 (32.03% from 255) = 23.14%
R=36.86%
G=40%
B=23.14%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal129140810.0800.420.4571.1926.743.33
Hex818C51802A2D471b2b
Octal20121412110052551073353
Binary1000000110001100101000110000101010101101100011111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,140,81); }

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

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

 a { background-color: rgb(129,140,81); }

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

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

 span { border-color: rgb(129,140,81); }

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