#569279

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

Shades of Patina #569279

Tints of Patina #569279

Color information

#569279 (or 0x569279) is unknown color: approx Patina. HEX triplet: 56, 92 and 79. RGB value is (86,146,121). Sum of RGB (Red+Green+Blue) = 86+146+121=353 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.36% from 353); Green value is 146 (57.42% from 255 or 41.36% from 353); Blue value is 121 (47.66% from 255 or 34.28% from 353); Max value from RGB is 146 - color contains mainly: green. Hex color #569279 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #569279 is #A96D86. Grayscale: #7D7D7D. Windows color (decimal): -11103623 or 7967318. OLE color: 7967318.

HSL color Cylindrical-coordinate representation of color #569279: hue angle of 155º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #569279 is Cyan = 0.41, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.43.

Color convert

RGB86146121-
CMYK0.4100.170.43
HSL155º25.86%45.49%-
HSV(B)155º41.1%57.25%-
XYZ17.5723.9221.78-
YUV125.21125.62100.03-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.36%
GREEN value IS 146 (57.42% from 255) = 41.36%
BLUE value IS 121 (47.66% from 255) = 34.28%
R=24.36%
G=41.36%
B=34.28%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal861461210.4100.170.4315525.8645.49
Hex569279290112B9b1a2d
Octal12622217151021532333255
Binary10101101001001011110011010010100011010111001101111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #569279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #569279; }

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

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

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

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

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

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

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

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