#818954

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

Shades of Finch #818954

Tints of Finch #818954

Color information

#818954 (or 0x818954) is unknown color: approx Finch. HEX triplet: 81, 89 and 54. RGB value is (129,137,84). Sum of RGB (Red+Green+Blue) = 129+137+84=350 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.86% from 350); Green value is 137 (53.91% from 255 or 39.14% from 350); Blue value is 84 (33.20% from 255 or 24% from 350); Max value from RGB is 137 - color contains mainly: green. Hex color #818954 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818954 is #7E76AB. Grayscale: #808080. Windows color (decimal): -8287916 or 5540225. OLE color: 5540225.

HSL color Cylindrical-coordinate representation of color #818954: hue angle of 69.06º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #818954 is Cyan = 0.06, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.46.

Color convert

RGB12913784-
CMYK0.0600.390.46
HSL69.06º23.98%43.33%-
HSV(B)69.06º38.69%53.73%-
XYZ19.623.211.83-
YUV128.57102.85128.31-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.86%
GREEN value IS 137 (53.91% from 255) = 39.14%
BLUE value IS 84 (33.20% from 255) = 24%
R=36.86%
G=39.14%
B=24%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal129137840.0600.390.4669.0623.9843.33
Hex81895460272E45182b
Octal2012111246047561053053
Binary100000011000100110101001100100111101110100010111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818954; }

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

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

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

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

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

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

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

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