#565D22

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

Shades of Saratoga #565D22

Tints of Saratoga #565D22

Color information

#565D22 (or 0x565D22) is unknown color: approx Saratoga. HEX triplet: 56, 5D and 22. RGB value is (86,93,34). Sum of RGB (Red+Green+Blue) = 86+93+34=213 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.38% from 213); Green value is 93 (36.72% from 255 or 43.66% from 213); Blue value is 34 (13.67% from 255 or 15.96% from 213); Max value from RGB is 93 - color contains mainly: green. Hex color #565D22 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565D22 is #A9A2DD. Grayscale: #545454. Windows color (decimal): -11117278 or 2252118. OLE color: 2252118.

HSL color Cylindrical-coordinate representation of color #565D22: hue angle of 67.12º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #565D22 is Cyan = 0.08, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.64.

Color convert

RGB869334-
CMYK0.0800.630.64
HSL67.12º46.46%24.9%-
HSV(B)67.12º63.44%36.47%-
XYZ8.049.923-
YUV84.1899.68129.3-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 40.38%
GREEN value IS 93 (36.72% from 255) = 43.66%
BLUE value IS 34 (13.67% from 255) = 15.96%
R=40.38%
G=43.66%
B=15.96%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8693340.0800.630.6467.1246.4624.9
Hex565D22803F40432e19
Octal12613542100771001035631
Binary10101101011101100010100001111111000000100001110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565D22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565D22; }

 p { color: rgb(86,93,34); }

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

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

 a { background-color: rgb(86,93,34); }

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

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

 span { border-color: rgb(86,93,34); }

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