#818C54

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

Shades of Finch #818C54

Tints of Finch #818C54

Color information

#818C54 (or 0x818C54) is unknown color: approx Finch. HEX triplet: 81, 8C and 54. RGB value is (129,140,84). Sum of RGB (Red+Green+Blue) = 129+140+84=353 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.54% from 353); Green value is 140 (55.08% from 255 or 39.66% from 353); Blue value is 84 (33.20% from 255 or 23.80% from 353); Max value from RGB is 140 - color contains mainly: green. Hex color #818C54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818C54 is #7E73AB. Grayscale: #828282. Windows color (decimal): -8287148 or 5540993. OLE color: 5540993.

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

Color convert

RGB12914084-
CMYK0.0800.40.45
HSL71.79º25%43.92%-
HSV(B)71.79º40%54.9%-
XYZ20.0324.0611.98-
YUV130.33101.86127.05-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.54%
GREEN value IS 140 (55.08% from 255) = 39.66%
BLUE value IS 84 (33.20% from 255) = 23.80%
R=36.54%
G=39.66%
B=23.80%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal129140840.0800.40.4571.792543.92
Hex818C5480282D48192c
Octal20121412410050551103154
Binary1000000110001100101010010000101000101101100100011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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