#818554

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

Shades of Finch #818554

Tints of Finch #818554

Color information

#818554 (or 0x818554) is unknown color: approx Finch. HEX triplet: 81, 85 and 54. RGB value is (129,133,84). Sum of RGB (Red+Green+Blue) = 129+133+84=346 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.28% from 346); Green value is 133 (52.34% from 255 or 38.44% from 346); Blue value is 84 (33.20% from 255 or 24.28% from 346); Max value from RGB is 133 - color contains mainly: green. Hex color #818554 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818554 is #7E7AAB. Grayscale: #7E7E7E. Windows color (decimal): -8288940 or 5539201. OLE color: 5539201.

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

Color convert

RGB12913384-
CMYK0.0300.370.48
HSL64.9º22.58%42.55%-
HSV(B)64.9º36.84%52.16%-
XYZ19.0422.0811.65-
YUV126.22104.17129.98-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.28%
GREEN value IS 133 (52.34% from 255) = 38.44%
BLUE value IS 84 (33.20% from 255) = 24.28%
R=37.28%
G=38.44%
B=24.28%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal129133840.0300.370.4864.922.5842.55
Hex81855430253041172b
Octal2012051243045601012753
Binary10000001100001011010100110100101110000100000110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818554; }

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

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

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

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

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

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

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

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