#818A51

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

Shades of Finch #818A51

Tints of Finch #818A51

Color information

#818A51 (or 0x818A51) is unknown color: approx Finch. HEX triplet: 81, 8A and 51. RGB value is (129,138,81). Sum of RGB (Red+Green+Blue) = 129+138+81=348 (46% of max value = 765). Red value is 129 (50.78% from 255 or 37.07% from 348); Green value is 138 (54.30% from 255 or 39.66% from 348); Blue value is 81 (32.03% from 255 or 23.28% from 348); Max value from RGB is 138 - color contains mainly: green. Hex color #818A51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818A51 is #7E75AE. Grayscale: #818181. Windows color (decimal): -8287663 or 5343873. OLE color: 5343873.

HSL color Cylindrical-coordinate representation of color #818A51: hue angle of 69.47º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #818A51 is Cyan = 0.07, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.46.

Color convert

RGB12913881-
CMYK0.0700.410.46
HSL69.47º26.03%42.94%-
HSV(B)69.47º41.3%54.12%-
XYZ19.6323.4411.27-
YUV128.81101.02128.13-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.07%
GREEN value IS 138 (54.30% from 255) = 39.66%
BLUE value IS 81 (32.03% from 255) = 23.28%
R=37.07%
G=39.66%
B=23.28%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal129138810.0700.410.4669.4726.0342.94
Hex818A5170292E451a2b
Octal2012121217051561053253
Binary100000011000101010100011110101001101110100010111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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