#818852

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

Shades of Finch #818852

Tints of Finch #818852

Color information

#818852 (or 0x818852) is unknown color: approx Finch. HEX triplet: 81, 88 and 52. RGB value is (129,136,82). Sum of RGB (Red+Green+Blue) = 129+136+82=347 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.18% from 347); Green value is 136 (53.52% from 255 or 39.19% from 347); Blue value is 82 (32.42% from 255 or 23.63% from 347); Max value from RGB is 136 - color contains mainly: green. Hex color #818852 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818852 is #7E77AD. Grayscale: #7F7F7F. Windows color (decimal): -8288174 or 5408897. OLE color: 5408897.

HSL color Cylindrical-coordinate representation of color #818852: hue angle of 67.78º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #818852 is Cyan = 0.05, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB12913682-
CMYK0.0500.400.47
HSL67.78º24.77%42.75%-
HSV(B)67.78º39.71%53.33%-
XYZ19.3822.8811.38-
YUV127.75102.18128.89-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.18%
GREEN value IS 136 (53.52% from 255) = 39.19%
BLUE value IS 82 (32.42% from 255) = 23.63%
R=37.18%
G=39.19%
B=23.63%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal129136820.0500.400.4767.7824.7742.75
Hex81885250282F44192b
Octal2012101225050571043153
Binary100000011000100010100101010101000101111100010011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818852; }

 p { color: rgb(129,136,82); }

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

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

 a { background-color: rgb(129,136,82); }

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

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

 span { border-color: rgb(129,136,82); }

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