Html Css Color HEX #565D22 Saratoga

📋 copy color: '#565D22'

red 86 ◦ green 93 ◦ blue 34

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

Shades of Saratoga #565D22

Tints of Saratoga #565D22

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 value IS 0.08

 M value IS 0

 Y value IS 0.63

 K value IS 0.64

RGB Variations

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

Color information

#565D22 (or 0x565D22) is known color: 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

RGB 86 93 34 -
CMYK 0.08 0 0.63 0.64
HSL 67.12º 0.46% 0.25% -
HSV(B) 67.12º 0.63% 0.36% -
XYZ 8.04 9.92 3 -
YUV 84.18 99.68 129.3 -
System Red Green Blue C M Y K H S L
Decimal 86 93 34 0.08 0 0.63 0.64 67.12 0.46 0.25
Hex 56 5D 22 8 0 3F 40 43 2E 19
Octal 126 135 42 10 0 77 100 103 56 31
Binary 1010110 1011101 100010 1000 0 111111 1000000 1000011 101110 11001

Color Harmonies of #565D22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565D22

Black with #565D22

Text Example


Text Example

White with #565D22

Text Example


Text Example

HTML Codes & Css Web 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>