Html Css Color HEX #566024 Saratoga

📋 copy color: '#566024'

red 86 ◦ green 96 ◦ blue 36

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

Shades of Saratoga #566024

Tints of Saratoga #566024

RGB

 RED value IS 86 (33.98% from 255) = 39.45%

 GREEN value IS 96 (37.89% from 255) = 44.04%

 BLUE value IS 36 (14.45% from 255) = 16.51%

R = 39.45%
G = 44.04%
B = 16.51%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.62

 K value IS 0.62

RGB Variations

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

Color information

#566024 (or 0x566024) is known color: Saratoga. HEX triplet: 56, 60 and 24. RGB value is (86,96,36). Sum of RGB (Red+Green+Blue) = 86+96+36=218 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.45% from 218); Green value is 96 (37.89% from 255 or 44.04% from 218); Blue value is 36 (14.45% from 255 or 16.51% from 218); Max value from RGB is 96 - color contains mainly: green. Hex color #566024 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #566024 is #A99FDB. Grayscale: #565656. Windows color (decimal): -11116508 or 2383958. OLE color: 2383958.

HSL color Cylindrical-coordinate representation of color #566024: hue angle of 70º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #566024 is Cyan = 0.10, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.62.

Color convert

RGB 86 96 36 -
CMYK 0.10 0 0.62 0.62
HSL 70º 0.45% 0.26% -
HSV(B) 70º 0.63% 0.38% -
XYZ 8.34 10.47 3.25 -
YUV 86.17 99.69 127.88 -
System Red Green Blue C M Y K H S L
Decimal 86 96 36 0.10 0 0.62 0.62 70 0.45 0.26
Hex 56 60 24 A 0 3E 3E 46 2D 1A
Octal 126 140 44 12 0 76 76 106 55 32
Binary 1010110 1100000 100100 1010 0 111110 111110 1000110 101101 11010

Color Harmonies of #566024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566024

Black with #566024

Text Example


Text Example

White with #566024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566024; }

 p { color: rgb(86,96,36); }

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

background-color css

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

 a { background-color: rgb(86,96,36); }

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

border-color css

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

 span { border-color: rgb(86,96,36); }

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