#818356

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

Shades of Finch #818356

Tints of Finch #818356

Color information

#818356 (or 0x818356) is unknown color: approx Finch. HEX triplet: 81, 83 and 56. RGB value is (129,131,86). Sum of RGB (Red+Green+Blue) = 129+131+86=346 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.28% from 346); Green value is 131 (51.56% from 255 or 37.86% from 346); Blue value is 86 (33.98% from 255 or 24.86% from 346); Max value from RGB is 131 - color contains mainly: green. Hex color #818356 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818356 is #7E7CA9. Grayscale: #7D7D7D. Windows color (decimal): -8289450 or 5669761. OLE color: 5669761.

HSL color Cylindrical-coordinate representation of color #818356: hue angle of 62.67º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #818356 is Cyan = 0.02, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.49.

Color convert

RGB12913186-
CMYK0.0200.340.49
HSL62.67º20.74%42.55%-
HSV(B)62.67º34.35%51.37%-
XYZ18.8521.5711.97-
YUV125.27105.84130.66-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.28%
GREEN value IS 131 (51.56% from 255) = 37.86%
BLUE value IS 86 (33.98% from 255) = 24.86%
R=37.28%
G=37.86%
B=24.86%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129131860.0200.340.4962.6720.7442.55
Hex8183562022313f152b
Octal201203126204261772553
Binary1000000110000011101011010010001011000111111110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818356; }

 p { color: rgb(129,131,86); }

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

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

 a { background-color: rgb(129,131,86); }

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

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

 span { border-color: rgb(129,131,86); }

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