#569479

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

Shades of Patina #569479

Tints of Patina #569479

Color information

#569479 (or 0x569479) is unknown color: approx Patina. HEX triplet: 56, 94 and 79. RGB value is (86,148,121). Sum of RGB (Red+Green+Blue) = 86+148+121=355 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.23% from 355); Green value is 148 (58.20% from 255 or 41.69% from 355); Blue value is 121 (47.66% from 255 or 34.08% from 355); Max value from RGB is 148 - color contains mainly: green. Hex color #569479 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #569479 is #A96B86. Grayscale: #7E7E7E. Windows color (decimal): -11103111 or 7967830. OLE color: 7967830.

HSL color Cylindrical-coordinate representation of color #569479: hue angle of 153.87º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #569479 is Cyan = 0.42, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB86148121-
CMYK0.4200.180.42
HSL153.87º26.5%45.88%-
HSV(B)153.87º41.89%58.04%-
XYZ17.8824.5421.88-
YUV126.38124.9699.2-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.23%
GREEN value IS 148 (58.20% from 255) = 41.69%
BLUE value IS 121 (47.66% from 255) = 34.08%
R=24.23%
G=41.69%
B=34.08%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal861481210.4200.180.42153.8726.545.88
Hex5694792A0122A9a1a2e
Octal12622417152022522323256
Binary10101101001010011110011010100100101010101001101011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #569479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #569479; }

 p { color: rgb(86,148,121); }

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

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

 a { background-color: rgb(86,148,121); }

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

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

 span { border-color: rgb(86,148,121); }

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