Html Css Color HEX #808458 Finch

📋 copy color: '#808458'

red 128 ◦ green 132 ◦ blue 88

#808458
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Finch #808458

Tints of Finch #808458

RGB

 RED value IS 128 (50.39% from 255) = 36.78%

 GREEN value IS 132 (51.95% from 255) = 37.93%

 BLUE value IS 88 (34.77% from 255) = 25.29%

R = 36.78%
G = 37.93%
B = 25.29%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.33

 K value IS 0.48

RGB Variations

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

Color information

#808458 (or 0x808458) is known color: Finch. HEX triplet: 80, 84 and 58. RGB value is (128,132,88). Sum of RGB (Red+Green+Blue) = 128+132+88=348 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.78% from 348); Green value is 132 (51.95% from 255 or 37.93% from 348); Blue value is 88 (34.77% from 255 or 25.29% from 348); Max value from RGB is 132 - color contains mainly: green. Hex color #808458 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808458 is #7F7BA7. Grayscale: #7D7D7D. Windows color (decimal): -8354728 or 5801088. OLE color: 5801088.

HSL color Cylindrical-coordinate representation of color #808458: hue angle of 65.45º 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 #808458 is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.48.

Color convert

RGB 128 132 88 -
CMYK 0.03 0 0.33 0.48
HSL 65.45º 0.2% 0.43% -
HSV(B) 65.45º 0.33% 0.52% -
XYZ 18.91 21.8 12.44 -
YUV 125.79 106.67 129.58 -
System Red Green Blue C M Y K H S L
Decimal 128 132 88 0.03 0 0.33 0.48 65.45 0.2 0.43
Hex 80 84 58 3 0 21 30 41 14 2B
Octal 200 204 130 3 0 41 60 101 24 53
Binary 10000000 10000100 1011000 11 0 100001 110000 1000001 10100 101011

Color Harmonies of #808458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808458

Black with #808458

Text Example


Text Example

White with #808458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808458; }

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

 H1.HeaderClassName
 {
   color: #808458;
 }
 .AnyTagClassName
 {
   color: #808458;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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