#818458

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

Shades of Finch #818458

Tints of Finch #818458

Color information

#818458 (or 0x818458) is unknown color: approx Finch. HEX triplet: 81, 84 and 58. RGB value is (129,132,88). Sum of RGB (Red+Green+Blue) = 129+132+88=349 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.96% from 349); Green value is 132 (51.95% from 255 or 37.82% from 349); Blue value is 88 (34.77% from 255 or 25.21% from 349); Max value from RGB is 132 - color contains mainly: green. Hex color #818458 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818458 is #7E7BA7. Grayscale: #7E7E7E. Windows color (decimal): -8289192 or 5801089. OLE color: 5801089.

HSL color Cylindrical-coordinate representation of color #818458: hue angle of 64.09º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #818458 is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.48.

Color convert

RGB12913288-
CMYK0.0200.330.48
HSL64.09º20%43.14%-
HSV(B)64.09º33.33%51.76%-
XYZ19.0721.8712.45-
YUV126.09106.51130.08-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.96%
GREEN value IS 132 (51.95% from 255) = 37.82%
BLUE value IS 88 (34.77% from 255) = 25.21%
R=36.96%
G=37.82%
B=25.21%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal129132880.0200.330.4864.092043.14
Hex81845820213040142b
Octal2012041302041601002453
Binary10000001100001001011000100100001110000100000010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818458; }

 p { color: rgb(129,132,88); }

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

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

 a { background-color: rgb(129,132,88); }

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

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

 span { border-color: rgb(129,132,88); }

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